I opened http://dev1.codelathe.com/ui/core/index.html (URL in your screenshot) in Chrome (latest) but I'm not getting any phishing warning.
Ask HN: Google Chrome heuristic warnings pose threat to our business
31–40 of 85 posts
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#32You may need to restart the browser between edits, as it seems to cache the classifier results by URL. It also skips classification for hosts with private IPs, I had to jump through some hoops to test.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#33I opened http://dev1.codelathe.com/ui/core/index.html (URL in your screenshot) in Chrome (latest) but I'm not getting any phishing warning.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#34Earlier quoted context omitted.
We are not a SaaS or PaaS business. The software itself is hosted by the end customer in thier infrastructure. The warning appears even in local IP/debug page.
Have you tried deleting things from your page till you work out what causes the warning? Just start with a static copy of you page, and gradually delete elements till you find the culprit. It shouldn't take long to go through through the elements of the page and work it out if this is some sort of heuristic triggered by some element on your page and not based on the domain. Another thing it could be is if you fetch a…
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#35Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#36I opened http://dev1.codelathe.com/ui/core/index.html (URL in your screenshot) in Chrome (latest) but I'm not getting any phishing warning.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#37It is essentially engineering how things should be developed, which still could be tolerable if there are guidelines.
If an average user sees a red page indicating risk to a page, then that site/page is essentially killed.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#38I opened http://dev1.codelathe.com/ui/core/index.html (URL in your screenshot) in Chrome (latest) but I'm not getting any phishing warning.
Same here. I'm in Chrome 28 beta.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#39i'm not seeing the phishing warning when visiting the url from the screenshot using chrome v29.0.1547.0 dev-m. maybe you caught a malware on your computer. did you try from different machines?
We have checked with one of the latest beta builds. In that build it didn't show the warning. It happens with the live chrome version. The issue is much more complex.
Re: Ask HN: Google Chrome heuristic warnings pose threat to our business
#40I just ran into this with some pages in our product as well. If you run Chrome with '--enable-logging --v=2' the chrome_debug.log will contain messages from the phishing classifier (search for 'phishing_classifier'). I was able to tweak the wording on the page to drop the score below 0.5, but there are other features that may be causing your problem. You may need to restart the browser between edits, as it seems to c…