JustusCook Posted October 15, 2013 Posted October 15, 2013 Hello, I've been trying to enforce safe search for all google searches. I found several suggestions involving the urlregexplist. I have to nearly every variation of the solutions I have found. They boil down to something similar to the following: "^https://www.google.[a-z]{2,6}(.*)"->"https://nosslsearch.google.com\1" or "(^http://[a-z]*\.google\.[a-z]*/[a-z]*\?)"->"\1safe=vss&" I have played around with the "()" placement of these lines but it still doesn't seem to matter what I do. I can how ever add "&safe=vss" manually and it works. Any suggestion or feedback would be great. Thanks, Justus
tom_newton Posted October 15, 2013 Posted October 15, 2013 You'll need both Suspect the second should read: "(^http://[a-z]*\.google\.[a-z]*/[a-z]*\?)"->"\1&safe=vss" though ive not tested it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now