We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375124a commit eb77135Copy full SHA for eb77135
src/chrome/content/rules/EZ-Web-Hosting.xml
@@ -1,18 +1,13 @@
1
+<!--
2
+ Nonfunctional subdomains:
3
+ - ez\d+.ez-web-hosting.com - Every user gets a domain on ez\d+.ez-web-hosting.com/~user
4
+-->
5
<ruleset name="EZ Web Hosting">
-
6
<target host="ez-web-hosting.com" />
7
<target host="www.ez-web-hosting.com" />
- <!-- * for cross-domain cookies. -->
- <!--
8
- 302 to http.
9
- -->
10
- <exclusion pattern="^http://www\.ez-web-hosting\.com/client/(?:announcements|index)\.php" />
11
+ <target host="church.ez-web-hosting.com" />
12
13
<securecookie host="^.*\.ez-web-hosting\.com$" name=".*" />
14
15
16
<rule from="^http:" to="https:" />
17
18
</ruleset>
0 commit comments