Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v115.1 #1703

Merged
merged 10 commits into from Aug 27, 2023
Prev Previous commit
Next Next commit
undo inadvertent 2623 change
it gets deprecated in FF118
  • Loading branch information
Thorin-Oakenpants committed Aug 16, 2023
commit d85bf066e9c586fa50d637013f3ed9a526918b48
2 changes: 1 addition & 1 deletion user.js
Thorin-Oakenpants marked this conversation as resolved.
Show resolved Hide resolved
Expand Up @@ -636,7 +636,7 @@ user_pref("pdfjs.enableScripting", false); // [FF86+]
* permissions, and fullscreen requests. Disabling delegation means any prompts
* for these will show/use their correct 3rd party origin
* [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+] */
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]

Expand Down