mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 21:29:21 +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
11
searx/https_rules/Github-Pages.xml
Normal file
11
searx/https_rules/Github-Pages.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!--
|
||||
For other GitHub coverage, see Github.xml.
|
||||
-->
|
||||
<ruleset name="GitHub Pages">
|
||||
|
||||
<target host="*.github.io" />
|
||||
|
||||
<rule from="^http://([^/@:\.]+)\.github\.io/"
|
||||
to="https://$1.github.io/" />
|
||||
|
||||
</ruleset>
|
Loading…
Add table
Add a link
Reference in a new issue