Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...