https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Dreamwidth.xml
<!--
NOTE: In its current form and with the current site
configuration, this rule protects login passwords
but prevents the user from reading other users' journals!
-->
<ruleset name="Dreamwidth" default_off="breaks for non-logged-in users">
<target host="dreamwidth.org" />
<!-- * for cross-domain cookies. -->
<target host="*.dreamwidth.org" />
<!-- 302s to http. -->
<exclusion pattern="^http://www\.dreamwidth\.org/(favicon\.ico|stc/\?\?|tools/commentcount)($|\?)" />
<securecookie host="^\.dreamwidth\.org$" name=".*" />
<rule from="^http://(?:www\.)?dreamwidth\.org/"
to="https://www.dreamwidth.org/" />
</ruleset>