Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 3cdfbf7

Browse files
committed
Merge branch 'strikingly-fix' of https://github.com/fuglede/https-everywhere into fuglede-strikingly-fix
2 parents 99e6d5d + 44ca55e commit 3cdfbf7

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

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

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,59 @@
1313
1414
Problematic hosts in *strikingly.com:
1515
16+
- assets **
1617
- support *
18+
- www **
1719
1820
* Mismatched
21+
** Breaks login and dashboard; see https://github.com/EFForg/https-everywhere/issues/6865
1922
2023
2124
Fully covered hosts in *strikingly.com:
2225
23-
- (www.)?
24-
- assets
26+
- ^
2527
- b
2628
2729
28-
Insecure cookies are set for these hosts:
30+
Insecure unsecurable cookies are set for these hosts:
2931
3032
- www.strikingly.com
3133
3234
-->
3335
<ruleset name="Strikingly.com (partial)">
3436

35-
<!-- Direct rewrites:
36-
-->
3737
<target host="strikingly.com" />
3838
<target host="assets.strikingly.com" />
3939
<target host="b.strikingly.com" />
4040
<target host="www.strikingly.com" />
4141

42+
<!-- The following exclusions serve to fix various issues regarding logging in
43+
to the site and having the dashboard properly displayed; see
44+
https://github.com/EFForg/https-everywhere/issues/6865 for further details:
45+
-->
46+
<exclusion pattern="http://assets\.strikingly\.com/assets/[\w\d/-]+\.js$" />
47+
48+
<test url="http://assets.strikingly.com/assets/application-362e8a18a2ddf1c67eaad35ce6fb569c.js" />
49+
<test url="http://assets.strikingly.com/assets/v4/webpack_bridge-app-bundle-66d6f9a0908a285fd9fc64f5ee7d9565.js" />
50+
51+
<exclusion pattern="^http://www\.strikingly\.com/a/t/pages/listing\.html$" />
52+
53+
<test url="http://www.strikingly.com/a/t/pages/listing.html" />
54+
55+
<exclusion pattern="^http://www\.strikingly\.com/r/v1" />
56+
57+
<test url="http://www.strikingly.com/r/v1/sites" />
58+
<test url="http://www.strikingly.com/r/v1/users/me/email_settings" />
59+
60+
<exclusion pattern="^http://www\.strikingly\.com/s" />
61+
62+
<test url="http://www.strikingly.com/s/login" />
63+
4264

4365
<!-- Not secured by server:
4466
-->
4567
<!--securecookie host="^www\.strikingly\.com$" name="^(_bobcat_session|XSRF-TOKEN|locale)$" /-->
46-
47-
<securecookie host="^www\.strikingly\.com$" name=".+" />
68+
<!--securecookie host="^www\.strikingly\.com$" name=".+" /-->
4869

4970

5071
<rule from="^http:"

0 commit comments

Comments
 (0)