diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:10:32 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:10:32 -0400 |
commit | c4936caa471bf2105ce977fe9b3bc0acf74be9e5 (patch) | |
tree | 198fe1fbfcf5477c4bc078ce1870f98dff31b3e6 /data/branding/icecat/pref | |
parent | 5f0a61a9f91e926d78a574d17a0d9e67622a719b (diff) |
Branding files updated for v52
Diffstat (limited to 'data/branding/icecat/pref')
-rw-r--r-- | data/branding/icecat/pref/icecat-branding.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/branding/icecat/pref/icecat-branding.js b/data/branding/icecat/pref/icecat-branding.js index 4c0eb17..84b9c63 100644 --- a/data/branding/icecat/pref/icecat-branding.js +++ b/data/branding/icecat/pref/icecat-branding.js @@ -27,3 +27,6 @@ pref("browser.search.param.yahoo-fr-cjkt", ""); // now unused pref("browser.search.param.yahoo-fr-ja", ""); pref("browser.search.param.yahoo-f-CN", ""); +// Number of usages of the web console or scratchpad. +// If this is less than 5, then pasting code into the web console or scratchpad is disabled +pref("devtools.selfxss.count", 0); |