mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
syntax
This commit is contained in:
parent
dde33d640a
commit
5dc09fef76
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -597,7 +597,7 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa
|
||||||
* 0=Block all requests 1=Warn on all requests (which lets the user decide) 2=Allow all requests
|
* 0=Block all requests 1=Warn on all requests (which lets the user decide) 2=Allow all requests
|
||||||
* [1] https://github.com/chromium/content_analysis_sdk */
|
* [1] https://github.com/chromium/content_analysis_sdk */
|
||||||
user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false]
|
user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false]
|
||||||
user_pref("browser.contentanalysis.default_result", 0; // [FF127+] [DEFAULT: 0]
|
user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0]
|
||||||
|
|
||||||
/** DOWNLOADS ***/
|
/** DOWNLOADS ***/
|
||||||
/* 2651: enable user interaction for security by always asking where to download
|
/* 2651: enable user interaction for security by always asking where to download
|
||||||
|
|
Loading…
Add table
Reference in a new issue