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 050ad15 commit 99fb5b4Copy full SHA for 99fb5b4
src/browser/extension/options/syncOptions.js
@@ -38,7 +38,7 @@ const get = callback => {
38
whitelist: '',
39
blacklist: '',
40
serialize: true,
41
- shouldCatchErrors: true,
+ shouldCatchErrors: false,
42
inject: true,
43
urls: '^https?://localhost|0\\.0\\.0\\.0:\\d+\n^https?://.+\\.github\\.io'
44
}, function(items) {
0 commit comments