firefox: allow extensions to connect to the internet
This commit is contained in:
parent
dbb573c42d
commit
f962a930d7
1 changed files with 0 additions and 9 deletions
|
|
@ -124,15 +124,6 @@
|
|||
|
||||
// use same search engine (duckduckgo) for private browsing
|
||||
lockPref("browser.search.separatePrivateDefault", false);
|
||||
|
||||
// stop extensions connecting to the internet
|
||||
lockPref(
|
||||
"extensions.webextensions.base-content-security-policy",
|
||||
"default-src 'none'; script-src 'none'; object-src 'none';"
|
||||
);
|
||||
lockPref(
|
||||
"extensions.webextensions.base-content-security-policy.v3",
|
||||
"default-src 'none'; script-src 'none'; object-src 'none';"
|
||||
);
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue