Chrome://flags/#allow-insecure-localhost [TRUSTED ✦]

"The page you are trying to access is not secure (HTTPS)."

: You no longer have to click "Advanced" and "Proceed to localhost (unsafe)" every time you restart your dev server or clear your cache. chrome://flags/#allow-insecure-localhost

The relevant setting will be highlighted at the top of the list. Change the dropdown menu from to Enabled . "The page you are trying to access is not secure (HTTPS)

When you develop locally using HTTPS (which is increasingly necessary for testing features like Service Workers, Geolocation, or Powerful APIs), your local server usually provides a "self-signed" certificate. Because this certificate isn't issued by a trusted Certificate Authority (CA), Chrome blocks it by default to protect you. Enabling this flag allows Chrome to treat these local self-signed certificates as valid. Why Use This Flag? or Powerful APIs)