Skip to content

Commit

Permalink
activate 1221
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Nopantski authored Feb 22, 2017
1 parent bb206ec commit 1898460
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 @@ -669,7 +669,7 @@ user_pref("security.mixed_content.use_hsts", false);
// 1221: control "Add Security Exception" dialog on SSL warnings
// 0=do neither 1=pre-populate url 2+pre-populate url + pre-fetch cert (default)
// https://github.com/pyllyukko/user.js/issues/210
// user_pref("browser.ssl_override_behavior", 1);
user_pref("browser.ssl_override_behavior", 1);

/*** 1400: FONTS ***/
user_pref("ghacks_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
Expand Down

2 comments on commit 1898460

@Just-me-ghacks
Copy link

@Just-me-ghacks Just-me-ghacks commented on 1898460 Feb 22, 2017

Choose a reason for hiding this comment

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

I still don't understand what it does? Where is this URL pre-populated?

A picture is worth a thousand words :)

@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.

take the link on line 671 .. it actually does have pictures too thanks to pyllyukko

Please sign in to comment.