Skip to content

Commit

Permalink
Remove never-supported WebExtensions features
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Feb 17, 2021
1 parent 80a2ad3 commit 7302259
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
58 changes: 0 additions & 58 deletions webextensions/manifest/content_security_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,64 +105,6 @@
}
}
}
},
"isolated_world": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_security_policy#isolated_world",
"support": {
"chrome": {
"version_added": false,
"notes": "Not yet implemented."
},
"edge": {
"version_added": false,
"notes": "Not yet implemented."
},
"firefox": {
"version_added": false,
"notes": "See <code>content_scripts</code>."
},
"firefox_android": {
"version_added": false,
"notes": "See <code>content_scripts</code>."
},
"opera": {
"version_added": false
},
"safari": {
"version_added": false
}
}
}
},
"sandbox": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_security_policy#sandbox",
"support": {
"chrome": {
"version_added": false,
"notes": "Available in Canary builds."
},
"edge": {
"version_added": false,
"notes": "Available in Canary builds."
},
"firefox": {
"version_added": false,
"notes": "Firefox does not support sandboxed scripts, so this key is not applicable."
},
"firefox_android": {
"version_added": false,
"notes": "Firefox does not support sandboxed scripts, so this key is not applicable."
},
"opera": {
"version_added": false
},
"safari": {
"version_added": false
}
}
}
}
}
}
Expand Down
26 changes: 0 additions & 26 deletions webextensions/match_patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,32 +195,6 @@
}
}
},
"ftps": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1463440'>bug 1463440</a>"
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1463440'>bug 1463440</a>"
},
"opera": {
"version_added": false
},
"safari": {
"version_added": false
}
}
}
},
"file": {
"__compat": {
"support": {
Expand Down

0 comments on commit 7302259

Please sign in to comment.