View Single Post
01-20-15, 06:32 AM   #24
nelegalno2
A Flamescale Wyrmkin
Join Date: Dec 2014
Posts: 132
Originally Posted by atl77 View Post
One could use a JS script to do just that:

Code:
location.protcol === 'https:' && (location.href = location.href.replace(/^https/i, "http"));
Now imagine what would happen if you use this and an addon like HTTPS Everywhere ...
or NoScript installed.
  Reply With Quote