Skip to content

Commit

Permalink
Bug 1713694 - Add a SmartBlock shim for AddThis; r=denschub,webcompat…
Browse files Browse the repository at this point in the history
…-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D122859
  • Loading branch information
wisniewskit committed Aug 17, 2021
1 parent 658e3b5 commit 35cd339
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions browser/extensions/webcompat/data/shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ const AVAILABLE_SHIMS = [
matches: [
"*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test_3.js",
],
},
id: "AddThis",
platform: "all",
name: "AddThis",
bug: "1713694",
file: "empty-script.js",
matches: [
"*://s7.addthis.com/js/300/addthis_widget.js",
"*://s7.addthis.com/icons/official-addthis-angularjs/current/dist/official-addthis-angularjs.min.js",
],
onlyIfBlockedByETP: true,
},
{
id: "Adform",
Expand Down
2 changes: 1 addition & 1 deletion 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": "25.5.0",
"version": "25.6.0",

"applications": {
"gecko": {
Expand Down

0 comments on commit 35cd339

Please sign in to comment.