diff --git a/Optional-Hardening.md b/Optional-Hardening.md index d670f87..93b7dbd 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -79,7 +79,7 @@ user_pref("dom.security.https_only_mode", true); user_pref("dom.security.https_only_mode_error_page_user_suggestions", true); ``` -:bulb: HTTPS doesn't mean "trust this." It means "this is private." You may having a private conversation with Satan. — [Scott Hanselman](https://www.hanselman.com/blog/how-do-we-know-if-mobile-apps-are-secure) +:bulb: HTTPS doesn't mean "trust this." It means "this is private." You may be having a private conversation with Satan. — [Scott Hanselman](https://www.hanselman.com/blog/how-do-we-know-if-mobile-apps-are-secure) ***