8chan supports HTTPS but does not enforce its use. The attached ruleset file
enforces use of HTTPS as well as use of 8chan.co without the www subdomain to
avoid cookie based client config issues with the site JS. Images and video
files are hosted at media.8chan.co, which also has HTTPS enforced (but no
subdomain switching).
Sent from Windows Mail
<ruleset name="8chan">
<target host="8chan.co" />
<target host="*.8chan.co" />
<rule from="^http://(www\.)?8chan.co/" to="https://8chan.co/" />
<rule from="^http://media.chan.co/" to="https://media.8chan.co/" />
</ruleset>