Skip to content

Commit 9bc1e58

Browse files
committed
[Moevideo] Add exclusion for embedded videos to work
1 parent 75afa79 commit 9bc1e58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/chrome/content/rules/Moevideo.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
<securecookie host="^(?:www\.)?moevideo\.net$" name=".+" />
88

9+
<exclusion pattern="^http://(?:www\.)?moevideo\.net/geocode\.php(?:\?|$)" />
910

1011
<rule from="^http://(www\.)?moevideo\.net/"
1112
to="https://$1moevideo.net/" />
1213

13-
</ruleset>
14+
</ruleset>

0 commit comments

Comments
 (0)