ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

clearing auto-redirect from http -> https on a test site #414

Open ruebenramirez opened 5 years ago

ruebenramirez commented 5 years ago

https://superuser.com/a/881431

Anon is right about STS, but there is a way to specifically delete your domain from the set. Go to chrome://net-internals/#hsts. Enter 3rdrevolution.com under Delete domain security policies and press the Delete button.

Now go to chrome://settings/clearBrowserData, tick the box Cached images and files and press click the button Clear data.

ruebenramirez commented 5 years ago

I was testing a site and accidentally was redirecting :80 to :443...then chrome cached this redirect and I couldn't easily test :80 again without first clearing the Delete domain security policies and only after clearing browser cache did this finally take effect.