mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
fix insecure no-upgrade test
This commit is contained in:
parent
134531c6bf
commit
d5e66e004f
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -522,7 +522,7 @@ user_pref("security.mixed_content.block_display_content", true);
|
|||
* [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site")
|
||||
* [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions)
|
||||
* [TEST] http://example.com [upgrade]
|
||||
* [TEST] http://neverssl.com/ [no upgrade] ***/
|
||||
* [TEST] http://httpforever.com/ [no upgrade] ***/
|
||||
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
||||
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
||||
/* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/
|
||||
|
|
Loading…
Add table
Reference in a new issue