Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions src/chrome/content/rules/Redmine.org.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<!--
Problematic hosts in *redmine.org:

- svn *

* Server sends no certificate chain, see https://whatsmychaincert.com


These altnames don't exist:

- www.svn.redmine.org
Expand All @@ -17,23 +10,20 @@
- www.redmine.org

-->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this comment and the next one is unnecessary, since there is no reason to list nonexistent domains and domains which set insecure cookies.

<ruleset name="Redmine.org (partial)">
<ruleset name="Redmine.org">

<!-- Direct rewrites:
-->
<target host="redmine.org" />
<!--target host="svn.redmine.org" /-->
<target host="www.redmine.org" />
<target host="svn.redmine.org" />


<!-- Not secured by server_
-->
<!--securecookie host="^(www\.)?redmine\.org$" name="^_redmine_session$" /-->

<securecookie host="^\w" name=".+" />
<securecookie host=".+" name=".+" />


<rule from="^http:"
to="https:" />
<rule from="^http:" to="https:" />

</ruleset>