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:
14
searx/plugins/https_rules/Rawgithub.com.xml
Normal file
14
searx/plugins/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>
|
||||
Reference in New Issue
Block a user