Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: metadata.chrome

Issue 29394585: Issue 5027 - Use updated webRequest API for WebSocket blocking (Closed)
Patch Set: fixed logic at websocket wrapper Created March 27, 2017, 12:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/requestBlocker.js ('K') | « lib/requestBlocker.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -1,16 +1,18 @@
[default]
inherit = metadata.common
[general]
basename = adblockpluschrome
permissions = tabs
http://*/*
https://*/*
+ ws://*/*
kzar 2017/03/28 05:38:13 I wonder if adding new permissions is OK, I don't
Sebastian Noack 2017/03/28 05:58:19 There are only certain permissions changes, that n
+ wss://*/*
contextMenus
webRequest
webRequestBlocking
webNavigation
storage
unlimitedStorage
notifications
options = options.html
« lib/requestBlocker.js ('K') | « lib/requestBlocker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld