mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-30 10:12:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!--
 | |
| 	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>
 |