mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 05:39:22 +02:00
import basic https rules from https-everywhere repository
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
This commit is contained in:
parent
bb126da0fb
commit
1e3e646584
36 changed files with 4491 additions and 0 deletions
14
searx/https_rules/Rawgithub.com.xml
Normal file
14
searx/https_rules/Rawgithub.com.xml
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue