Skip to content

Commit

Permalink
- Removed unnecessary host permissions from firefox and chrome manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu authored and dennyabrain committed Jul 18, 2023
1 parent 58fe68f commit 8a4b605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions browser-extension/plugin/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"permissions": [
"storage",
"webRequest",
"https://*/*",
"https://twitter.com/*",
"contextMenus"
],
"background": {
Expand Down
5 changes: 0 additions & 5 deletions browser-extension/plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"description": "Moderate your Twitter Feed",
"version": "0.1.11",
"author": "tattlemade|cis",
"host_permissions": [
"https://twitter.com/*",
"https://ogbv-plugin.tattle.co.in/",
"https://*/*"
],
"content_security_policy": {
"extension_pages": "default-src 'none'; connect-src http://localhost:3000 https://ogbv-plugin.tattle.co.in/ https://uli-media.tattle.co.in/; font-src https://fonts.gstatic.com; object-src 'none'; script-src 'self'; style-src https://fonts.googleapis.com 'self' 'unsafe-inline'; img-src https://uli-media.tattle.co.in/; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri 'none';"
},
Expand Down

0 comments on commit 8a4b605

Please sign in to comment.