Skip to content

Commit 5bea0ef

Browse files
osamakpde
authored andcommitted
Fix UserScripts.xml
Conflicts: src/chrome/content/rules/UserScripts.xml
1 parent 630f1bb commit 5bea0ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/chrome/content/rules/UserScripts.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<target host="www.userscripts.org" />
44

55
<exclusion pattern="^http://(www\.)?userscripts\.org/scripts/source/" />
6-
<rule from="^http://(?:www\.)?userscripts\.org/"
7-
to="https://www.userscripts.org/"/>
6+
<rule from="^https?://www\.userscripts\.org/"
7+
to="https://userscripts.org/"/>
8+
<rule from="^http://userscripts\.org/"
9+
to="https://userscripts.org/"/>
810
</ruleset>

0 commit comments

Comments
 (0)