summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/Rawgithub.com.xml
blob: 3868f332ac5747e9175c28ecc8d0b21506df504e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>