mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
6d191b58d4
64 changed files with 532 additions and 20498 deletions
|
|
@ -682,6 +682,15 @@ pref("plugins.update.notifyUser", false);
|
|||
//Enable tri-state option (Always/Never/Ask)
|
||||
pref("plugins.click_to_play", true);
|
||||
|
||||
// Platform pref is to enable all plugins by default.
|
||||
// Uncomment this pref to default to click-to-play
|
||||
// pref("plugin.default.state", 1);
|
||||
|
||||
// Don't load plugin instances with no src declared.
|
||||
// These prefs are documented in detail in all.js.
|
||||
pref("plugins.favorfallback.mode", "follow-ctp");
|
||||
pref("plugins.favorfallback.rules", "nosrc");
|
||||
|
||||
#ifdef XP_WIN
|
||||
pref("browser.preferences.instantApply", false);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue