Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > a67c54131f566e13b15213fa2a0ace09 > files > 191

e2guardian-3.5.0-1.mga6.armv7hl.rpm

# This defines sites which will be search term checked
#
# The format is: "extended regular expression"->"search words"
# 
#   left is the site matching pattern
#   right is the search words
#
#   Note: With https MITM e2guardian only sees the in-tunnel HTTP requests 
#   and so for matching https urls use http: prefix.
#
#   I.e.  https://www.google.com/url will never match
#         http://www.google.com/url will match both http://www.google.com/url
#	                                   and https://www.google.com/url


"^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*\?q=([^&]*)\&.*"->"\1"
"^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*\?q=([^&]*)"->"\1"
"^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/.*\&q=([^&]*).*"->"\1"
"^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/.*\&q=([^&]*)"->"\1"

"^http://[0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search[^?]*\?p=([^&]*).*"->"\1"
"^http://[0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search[^?]*.*\&p=([^&]*).*"->"\1"

"^http://[0-9a-z]+\.answers\.[a-z]+[-/%.0-9a-z]*\?s=([^&]*)\&.*"->"\1"
"^http://www\.answers\.[a-z]+[-%.0-9a-z]*/([^&]*).*"->"\1"

"^http://[0-9a-z]+\.bing\.com[-/%.0-9a-z]*/search\?q=([^&]*).*"->"\1"
"^http://[0-9a-z]+\.bing\.com[-/%.0-9a-z]*\&q=([^&]*).*"->"\1"