mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 22:13:40 +02:00
undo inadvertent 2623 change
it gets deprecated in FF118
This commit is contained in:
parent
a0b75e4ad8
commit
d85bf066e9
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -636,7 +636,7 @@ user_pref("pdfjs.enableScripting", false); // [FF86+]
|
||||||
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
||||||
* for these will show/use their correct 3rd party origin
|
* for these will show/use their correct 3rd party origin
|
||||||
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion ***/
|
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion ***/
|
||||||
// user_pref("permissions.delegation.enabled", false);
|
user_pref("permissions.delegation.enabled", false);
|
||||||
/* 2624: disable middle click on new tab button opening URLs or searches using clipboard [FF115+] */
|
/* 2624: disable middle click on new tab button opening URLs or searches using clipboard [FF115+] */
|
||||||
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
|
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue