Skip to content

Commit 3807f7e

Browse files
committed
Merge pull request EFForg#4692 from Liudvikam/patch-1
Add v4-alpha.getbootstrap.com to ruleset for getbootstrap.com
2 parents 7bbe36c + ed0d099 commit 3807f7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chrome/content/rules/Getbootstrap.com.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<target host="expo.getbootstrap.com" />
88
<target host="blog.getbootstrap.com" />
99
<target host="themes.getbootstrap.com" />
10+
<target host="v4-alpha.getbootstrap.com" />
1011

11-
<securecookie host="^(www\.|expo\.|blog\.|themes\.)?getbootstrap\.com$" name=".+" />
12+
<securecookie host="^(www\.|expo\.|blog\.|themes\.|v4-alpha\.)?getbootstrap\.com$" name=".+" />
1213

1314
<rule from="^http:"
1415
to="https:" />

0 commit comments

Comments
 (0)