Skip to content

Commit

Permalink
Bug 1924167 - shim updates; a=dmeehan
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Nov 8, 2024
1 parent 92869ab commit 43689ff
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 95 deletions.
17 changes: 0 additions & 17 deletions browser/extensions/webcompat/data/shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,23 +467,6 @@ const AVAILABLE_SHIMS = [
],
onlyIfBlockedByETP: true,
},
{
id: "Google SafeFrame",
platform: "all",
name: "Google SafeFrame",
bug: "1713691",
matches: [
{
patterns: [
"*://tpc.googlesyndication.com/safeframe/*/html/container.html",
"*://*.safeframe.googlesyndication.com/safeframe/*/html/container.html",
],
target: "google-safeframe.html",
types: ["sub_frame"],
},
],
onlyIfBlockedByETP: true,
},
{
id: "GoogleTrends",
platform: "all",
Expand Down
3 changes: 1 addition & 2 deletions browser/extensions/webcompat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Web Compatibility Interventions",
"description": "Urgent post-release fixes for web compatibility.",
"version": "133.2.0",
"version": "133.3.0",
"browser_specific_settings": {
"gecko": {
"id": "webcompat@mozilla.org",
Expand Down Expand Up @@ -129,7 +129,6 @@
"shims/google-ima.js",
"shims/google-page-ad.js",
"shims/google-publisher-tags.js",
"shims/google-safeframe.html",
"shims/history.js",
"shims/iam.js",
"shims/iaspet.js",
Expand Down
1 change: 0 additions & 1 deletion browser/extensions/webcompat/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ FINAL_TARGET_FILES.features["webcompat@mozilla.org"]["shims"] += [
"shims/google-ima.js",
"shims/google-page-ad.js",
"shims/google-publisher-tags.js",
"shims/google-safeframe.html",
"shims/history.js",
"shims/iam.js",
"shims/iaspet.js",
Expand Down
29 changes: 0 additions & 29 deletions browser/extensions/webcompat/shims/google-safeframe.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -467,23 +467,6 @@ const AVAILABLE_SHIMS = [
],
onlyIfBlockedByETP: true,
},
{
id: "Google SafeFrame",
platform: "all",
name: "Google SafeFrame",
bug: "1713691",
matches: [
{
patterns: [
"*://tpc.googlesyndication.com/safeframe/*/html/container.html",
"*://*.safeframe.googlesyndication.com/safeframe/*/html/container.html",
],
target: "google-safeframe.html",
types: ["sub_frame"],
},
],
onlyIfBlockedByETP: true,
},
{
id: "GoogleTrends",
platform: "all",
Expand Down

This file was deleted.

0 comments on commit 43689ff

Please sign in to comment.