“unsafely-treat-insecure-origin-as-secure” flag is not working on Chrome

前端 未结 7 2103
天涯浪人
天涯浪人 2020-12-01 04:36

I am using geo-location for a site running locally on my machine using HTTP on Chrome. However this does not work as I am running on HTTP as opposed to HTTPS.

On th

7条回答
  •  北海茫月
    2020-12-01 04:48

    Just an update to this for Chrome 70. This works perfectly

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir=C:\ChromeTempFiles --allow-running-insecure-content

    Now does anybody know if there is an equivalent for firefox?

提交回复
热议问题