mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[mod] https rewrite pluginification
This commit is contained in:
11
searx/plugins/https_rules/Github-Pages.xml
Normal file
11
searx/plugins/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>
|
||||
Reference in New Issue
Block a user