We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2faff commit ba41608Copy full SHA for ba41608
src/chrome/content/rules/Codefuel.xml
@@ -17,7 +17,9 @@
17
18
Mixed content:
19
20
- - Image on sso from storage.stgbssint.com
+ - Image on sso from storage.stgbssint.com *
21
+
22
+ * Secured by us
23
24
-->
25
<ruleset name="Codefuel.com (partial)">
src/chrome/content/rules/Stgbssint.com.xml
@@ -0,0 +1,9 @@
1
+<ruleset name="stgbssint.com">
2
3
+ <target host="storage.stgbssint.com" />
4
5
6
+ <rule from="^http://storage\.stgbssint\.com/"
7
+ to="https://storage.stgbssint.com/" />
8
9
+</ruleset>
0 commit comments