https://bugs.winehq.org/show_bug.cgi?id=37191
Bug ID: 37191 Summary: Winehq.org Google custom search is broken Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: jnewman@codeweavers.com
I've seen this for a while, but assumed it was a browser plugin. It was also reported in #winehackers, so I tested with Chromium in privacy mode.
Go to https://www.winehq.org. Search for anything (Ubuntu, Photoshop, Julliard). No results.
Also fails on Firefox.
https://bugs.winehq.org/show_bug.cgi?id=37191
ricardo filipe ricardo_barbano@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano@hotmail.com
--- Comment #1 from ricardo filipe ricardo_barbano@hotmail.com --- It fails on Chrome and latest IE also.
https://bugs.winehq.org/show_bug.cgi?id=37191
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Jeremy Newman jnewman@codeweavers.com --- Should be fixed now. The problem is that the site is all HTTPS now and the Google CSE code was loading over HTTP.
While I was fixing it, I upgraded the search code the latest version of the search API.
see patch: http://source.winehq.org/git/website.git/?a=commit;h=bea2f8715116bab84ac1e91...
https://bugs.winehq.org/show_bug.cgi?id=37191
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bea2f8715116bab84ac1e91ddfc | |61cce50cd63ee Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Jeremy Newman from comment #2)
Should be fixed now. The problem is that the site is all HTTPS now and the Google CSE code was loading over HTTP.
While I was fixing it, I upgraded the search code the latest version of the search API.
see patch: http://source.winehq.org/git/website.git/?a=commit; h=bea2f8715116bab84ac1e91ddfc61cce50cd63ee
Works for me now. In Firefox, where I have Ghostery installed, I had to whitelist Google AJAX Search API, then it works fine.
Thanks Jeremy.