Skip to content

Commit 391110e

Browse files
committed
added a new subdomain (insight) to rapid7 rule
1 parent c3b0b17 commit 391110e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chrome/content/rules/Rapid7.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<target host="*.rapid7.com" />
1616

1717

18-
<securecookie host="^(?:community|www)\.rapid7\.com$" name=".+" />
18+
<securecookie host="^(?:community|insight|www)\.rapid7\.com$" name=".+" />
1919

2020

21-
<rule from="^http://(browsercan\.|community\.|www\.)?rapid7\.com/"
21+
<rule from="^http://(browsercan\.|community\.|insight\.|www\.)?rapid7\.com/"
2222
to="https://$1rapid7.com/" />
2323

2424
</ruleset>

0 commit comments

Comments
 (0)