Earlier today I was at Which Wich with my Cr-48, but using Freebird’s WiFi. I didn’t have a problem with browsing the web, because most of my stuff was through Google Services and was over SSL. Everything except Search itself.
I started poking around to see what happens if you force https on a Google Search, and it turns out you’re redirected to:
Then I wondered how to make this my default search engine without the use of plugins. It turns out it’s very simple.
- Do a Google Search using the above URL, and you’ll notice the basic format is: https://encrypted.google.com/search?<insert-a-bunch-of-parameters>&q=<query>. We are just interested in the bolded part of that fake URL: https://encrypted.google.com/search?q=<query>
- In Chrome OS, click the Wrench menu, click Options, then go to Basics and find the Search section. Click on Manage search engines… button.
- You’ll get a window with all the Search Engines that your Chrome OS knows about. At the bottom of the “Other search engines” list, you’ll see a row for adding a new search engine.
- In “Add a new search engine“, put something like: Google SSL
- In “Keyword“, put something like: encrypted.google.com
- In “URL with %s in place of query“, put the URL we made from above: https://encrypted.google.com/search?q=%s
- Hit Enter.
- Hover over the newly created search engine entry, and click Make Default when the button appears over the URL column.
- Then try out a new search in the Omnibox and it should be SSL’d through Google’s SSL Beta search service.
That’s all there is to it. You can add more search parameters if you like via this site that documents a lot of them. Also, you can (and should) perform the same steps on your desktop version of Chrome Browser as well. Sorry I don’t have any screenshots of it actually in action on Chrome OS – I haven’t found a decent screenshot tool that lets me capture the UI of Chrome outside of the web pages.
Pingback: 4 Steps to Lock SafeSearch on Google search results | ThePizzy.net/blog
nice tip, just what i was looking for. good work!
Hey thanks man : )