Skip to content

Commit

Permalink
description ambiguity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Nopantski committed Feb 22, 2017
1 parent 1898460 commit 49d8b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ user_pref("security.mixed_content.block_active_content", true);
user_pref("security.mixed_content.send_hsts_priming", false);
user_pref("security.mixed_content.use_hsts", false);
// 1219: disable HSTS preload list
// recommended enabled, unless you fully understand the risks and trade-offs
// recommended left inactive and at default, unless you fully understand the risks and trade-offs
// user_pref("network.stricttransportsecurity.preloadlist", false);
// 1220: disable intermediate certificate caching (fingerprinting attack vector)
// NOTE: This affects login/cert/key dbs. AFAIK the only effect is all active logins start anew
Expand Down

2 comments on commit 49d8b9f

@earthlng
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pyllyukko has 1219 set to true, we should do the same

@Thorin-Oakenpants
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add it to #10 .. should probably diff prefs values regardless of active status, because we should really check what he has for everything

Please sign in to comment.