summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/Rawgithub.com.xml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/https_rules/Rawgithub.com.xml')
-rw-r--r--searx/plugins/https_rules/Rawgithub.com.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/plugins/https_rules/Rawgithub.com.xml b/searx/plugins/https_rules/Rawgithub.com.xml
new file mode 100644
index 0000000..3868f33
--- /dev/null
+++ b/searx/plugins/https_rules/Rawgithub.com.xml
@@ -0,0 +1,14 @@
+<!--
+ www: cert only matches ^rawgithub.com
+
+-->
+<ruleset name="rawgithub.com">
+
+ <target host="rawgithub.com" />
+ <target host="www.rawgithub.com" />
+
+
+ <rule from="^http://(?:www\.)?rawgithub\.com/"
+ to="https://rawgithub.com/" />
+
+</ruleset>