Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AlexanderKim's avatar

Valet share - chrome complains about deceptive site

When i do valet share on my local website (it was never been on any hosting, i'm just developing it), i keep getting warning about deceptive site in chrome. Anyone faced that issue?

0 likes
7 replies
nickdavies07's avatar

Keep getting the same error.

Firefox it just stops loading the CSS and 407 errors.

Tried setting Laravel asset() to secure_asset() but no change.

theUnforgiven's avatar

If you have SSL on there, remove the SSL and then valet share should work.

AlexanderKim's avatar

no ssl

Here's the error:

The site https://f7554e7d.ngrok.io/css/app.css contains harmful content, including pages that:

Try to trick visitors into sharing personal info or downloading software
Contain unwanted or malicious software

I'm printing out css file this way:

<link rel="stylesheet" href="{{ mix('css/app.css') }}">

if i comment it at all, then chrome doesn't complain about phishing stuff, but all my css stopping working. If clean out whole app.css - anyway it will complain, it stops complaining only after i comment mix('css/app.css')

@nickdavies07 have you managed to solve this issue?

Here's the share link: http://0b5e8729.ngrok.io

AlexanderKim's avatar
AlexanderKim
OP
Best Answer
Level 3

Put the PC to sleep, then it magically worked.

Ostendorf's avatar

I have a similar issue.

It seems that Chrome (v67) blocks *.ngrok.io by showing "Deceptive site ahead"-warning.

Firefox (v61) only blocks the JavaScript files, which break the website (blocked by Safe Browsing).

Safari (v11.1.2 & Technology Preview 60) seems to work just fine.

I have no fix yet.

Please or to participate in this conversation.