Appending ?safe=active to google searches

Hi There,

Can anyone help with the following.

I want to create an Ip Web proxy access rule that appends “?safe=active” to all google searches.

So http://www.google.com would redirect http://www.google.com?safe=active

I have tried this
/ip proxy access
add action=deny disabled=no dst-host=.google. dst-port=“” redirect-to=“https://www.google.com?safe=active”

but it ends up redirecting to https//www.google.com?safe=active (ie its missing the colon)

any ideas ?

Thanks

first you have to allow google’s domains.

/ip proxy access
add action=allow disabled=no dst-host=*.google.*

then you can redirect

/ip proxy access
add action=deny disabled=no dst-host=*.google.* dst-port="" redirect-to="https://www.google.com/?safe=active"