1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 12:37:50 +00:00

dump(web.hsts): update

This commit is contained in:
RGBCube 2025-06-09 16:24:46 +03:00
parent 7827c47756
commit d67174604d
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

19
site/dump/web/hsts.md Normal file
View file

@ -0,0 +1,19 @@
---
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
> cant 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.