mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Compare commits
3 commits
7827c47756
...
93f66e0800
Author | SHA1 | Date | |
---|---|---|---|
93f66e0800 | |||
f0d2b5a3ba | |||
d67174604d |
1 changed files with 25 additions and 0 deletions
25
site/dump/web/hsts.md
Normal file
25
site/dump/web/hsts.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: Bypass HSTS (HTTP Strict Transport Security)
|
||||||
|
date: 2025-06-09
|
||||||
|
---
|
||||||
|
|
||||||
|
Got an annoying error, like this:
|
||||||
|
|
||||||
|
> `WEBSITE-YOU-ARE-ACCESSING` has a security policy called HTTP Strict Transport
|
||||||
|
> Security (HSTS), which means that Firefox can only connect to it securely. You
|
||||||
|
> can’t add an exception to visit this site.
|
||||||
|
|
||||||
|
And you really need to access the site, and don't really care that whatever you
|
||||||
|
are sending is encrypted?
|
||||||
|
|
||||||
|
Just `Ctrl-H` to go to history (`Command-Shift-H` if on MacOS), search for the
|
||||||
|
site, and right click and press `Forget About This Site`.
|
||||||
|
|
||||||
|
This will make your browser completely forget about that site and thus not be
|
||||||
|
able to recall the HSTS header, and let you connect insecurely.
|
||||||
|
|
||||||
|
> Do not do this if you value your browsing history of that site. It literally
|
||||||
|
> says "Forget This Site", act accordingly.
|
||||||
|
|
||||||
|
These instrucitons are Firefox and Firefox-based browser specific, but the
|
||||||
|
process is same on other browsers.
|
Loading…
Add table
Add a link
Reference in a new issue