Skip to content

Commit 2dfdbba

Browse files
committed
Git: remove mismatching https://git-scm.com/, use matching https://git-scm.herokuapp.com/
1 parent 0c3f5c2 commit 2dfdbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chrome/content/rules/Git.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<ruleset name="Git" default_off="mismatch">
1+
<ruleset name="Git">
22

33
<target host="git-scm.com"/>
44
<target host="www.git-scm.com"/>
55

66
<rule from="^http://(?:www\.)?git-scm\.com/"
7-
to="https://git-scm.com/"/>
7+
to="https://git-scm.herokuapp.com/" />
88

99
</ruleset>

0 commit comments

Comments
 (0)