mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 14:33:38 +02:00
https-only mode
This commit is contained in:
parent
cfce521919
commit
95fb100b23
1 changed files with 3 additions and 2 deletions
5
user.js
5
user.js
|
@ -735,11 +735,12 @@ user_pref("security.mixed_content.block_display_content", true);
|
||||||
* [1] https://bugzilla.mozilla.org/1190623 ***/
|
* [1] https://bugzilla.mozilla.org/1190623 ***/
|
||||||
user_pref("security.mixed_content.block_object_subrequest", true);
|
user_pref("security.mixed_content.block_object_subrequest", true);
|
||||||
/* 1244: enable HTTPS-Only mode [FF76+]
|
/* 1244: enable HTTPS-Only mode [FF76+]
|
||||||
* [NOTE] This is experimental
|
* When "https_only_mode" (all) is true, "https_only_mode_pbm" (Private Browsing Mode) is ignored
|
||||||
* [SETTING] to add site exceptions: Page Info>Permissions>Use insecure HTTP (FF80+)
|
* [SETTING] to add site exceptions: Page Info>Permissions>Use insecure HTTP (FF80+)
|
||||||
* [SETTING] Privacy & Security>HTTPS-Only Mode (FF81+)
|
* [SETTING] Privacy & Security>HTTPS-Only Mode (FF80+ with browser.preferences.exposeHTTPSOnly = true)
|
||||||
* [1] https://bugzilla.mozilla.org/1613063 */
|
* [1] https://bugzilla.mozilla.org/1613063 */
|
||||||
// user_pref("dom.security.https_only_mode", true); // [FF76+]
|
// user_pref("dom.security.https_only_mode", true); // [FF76+]
|
||||||
|
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
||||||
// user_pref("dom.security.https_only_mode.upgrade_local", true); // [FF77+]
|
// user_pref("dom.security.https_only_mode.upgrade_local", true); // [FF77+]
|
||||||
|
|
||||||
/** CIPHERS [WARNING: do not meddle with your cipher suite: see the section 1200 intro]
|
/** CIPHERS [WARNING: do not meddle with your cipher suite: see the section 1200 intro]
|
||||||
|
|
Loading…
Add table
Reference in a new issue