commit 7c2be97879112fbadeab3fbbe0da9178a6f4c6ca
parent 5e414ff5cb2d9dbb366c22574335175d5ab571f5
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 14 Sep 2017 22:54:55 +1200
2418 full-screen site permission fix
site permission no longer has a full screen override - no idea when it was removed
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/user.js b/user.js
@@ -1149,10 +1149,7 @@ user_pref("dom.popup_allowed_events", "click dblclick");
/* 2416: disable idle observation ***/
user_pref("dom.idle-observers-api.enabled", false);
/* 2418: disable full-screen API
- * This setting WAS under about:permissions>All Sites>Fullscreen
- * [NOTE] about:permissions is no longer available since FF46 but you can still override
- * individual domains: use info icon in urlbar etc or right click on a web page>view page info
- * set to false=block, set to true=ask ***/
+ * false=block, true=ask ***/
user_pref("full-screen-api.enabled", false);
/* 2420: disable support for asm.js ( http://asmjs.org/ )
* [1] https://www.mozilla.org/security/advisories/mfsa2015-29/