Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 033228d

Browse files
committed
Whisper-Gifts.xml: Fix domain name in rules
whispergifts.com has invalid cert; www.whispergifts.com is usable.
1 parent fc9f932 commit 033228d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/chrome/content/rules/Whisper-Gifts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<!-- Unsupported paths redirect to www, so this is safe. -->
88
<rule from="^http://whispergifts\.com/"
9-
to="https://whispergifts.com/" />
9+
to="https://www.whispergifts.com/" />
1010

1111
<!-- There may be more paths than are
1212
handled here that don't redirect to http. -->
13-
<rule from="^http://www\.whispergifts/(media/|whisper/(?:login|manage|signup))"
14-
to="https://www.whispergifts/$1" />
13+
<rule from="^http://www\.whispergifts\.com/(media/|whisper/(?:login|manage|signup))"
14+
to="https://www.whispergifts.com/$1" />
1515

1616
</ruleset>

0 commit comments

Comments
 (0)