We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801285 commit 4b80775Copy full SHA for 4b80775
dist/httpswitchboard_0.6.4.zip
3 Bytes
js/start.js
@@ -41,7 +41,11 @@ chrome.contentSettings.javascript.clear({});
41
// resource from being fetched.
42
// https://github.com/gorhill/httpswitchboard/issues/35
43
chrome.contentSettings.javascript.set({
44
- primaryPattern: '*://*/*',
+ primaryPattern: 'https://*/*',
45
+ setting: 'allow'
46
+});
47
+chrome.contentSettings.javascript.set({
48
+ primaryPattern: 'http://*/*',
49
setting: 'allow'
50
});
51
0 commit comments