Fix forced hostname (ipv4) and safe search switching
Closed this issue · 0 comments
FarisHijazi commented
use localStorage
to remember if the page should be on safe search
- when switching from
ipv4.google.com
back to safe search, there's no need foripv4
- rather than forcing unsafeSearch every time the user wants unsafe search, try it normally then see if that worked, then force unsafesearch (using
ipv4
)