Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 0187b65

Browse files
Chan Chak Shingjeremyn
authored andcommitted
Update Sikur.xml (#14338)
1 parent 68be830 commit 0187b65

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

src/chrome/content/rules/Sikur.xml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
<!--
2-
Non-functional subdomain:
3-
- sikur.com (connection refused)
4-
- granitephone.com (connection refused)
5-
- signup.sikur.com (timeout)
2+
Non-functional hosts
3+
Timeout was reached:
4+
- sikur.com.br
5+
- www.sikur.com.br
6+
- granitephone.com
7+
- sikur.com
8+
- signup.sikur.com
9+
10+
No working URL known:
11+
- communication.sikur.com.br
12+
- logcat.sikur.com
613
-->
7-
814
<ruleset name="Sikur (partial)">
9-
10-
<target host="sikur.com" />
11-
<target host="www.sikur.com" />
1215
<target host="granitephone.com" />
1316
<target host="www.granitephone.com" />
14-
<target host="communication.sikur.com.br" />
1517

16-
<securecookie host="^(www|communication)\.sikur\.com(\.br)?$" name=".+" />
17-
18-
<!-- timeout -->
19-
<exclusion pattern="^http://signup\.sikur\.com/"/>
18+
<target host="sikur.com" />
19+
<target host="www.sikur.com" />
2020

21-
<test url="http://signup.sikur.com/" />
21+
<securecookie host="^www\.sikur\.com$" name=".+" />
22+
23+
<rule from="^http://granitephone\.com/"
24+
to="https://www.granitephone.com/" />
2225

23-
<!-- connection refused -->
24-
<rule from="^http://(sikur|granitephone)\.com/"
25-
to="https://www.$1.com/" />
26+
<rule from="^http://sikur\.com/"
27+
to="https://www.sikur.com/" />
2628

2729
<rule from="^http:"
28-
to="https:" />
29-
30+
to="https:" />
3031
</ruleset>

0 commit comments

Comments
 (0)