turn off secure warning
This commit is contained in:
parent
6dc6590f73
commit
46358369cc
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ in
|
||||||
"browser.download.always_ask_before_handling_new_types" = false;
|
"browser.download.always_ask_before_handling_new_types" = false;
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
"dom.security.https_only_mode" = true;
|
"dom.security.https_only_mode" = false;
|
||||||
"dom.security.https_only_mode_ever_enabled" = true;
|
"dom.security.https_only_mode_ever_enabled" = false;
|
||||||
|
|
||||||
# Disable telemetry
|
# Disable telemetry
|
||||||
"datareporting.healthreport.uploadEnabled" = false;
|
"datareporting.healthreport.uploadEnabled" = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue