We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543e56a commit 81071d2Copy full SHA for 81071d2
1 file changed
src/chrome/content/rules/IACR.xml
@@ -6,6 +6,6 @@
6
<rule from="^http://iacr\.org/"
7
to="https://www.iacr.org/" />
8
<rule from="^http://([^/:@\.]+\.)?iacr\.org/"
9
- to="https://$iacr.org/" />
+ to="https://$1iacr.org/" />
10
11
</ruleset>
0 commit comments