“unsafely-treat-insecure-origin-as-secure” 설정을 GUI에서 수행하는 방법
1886 단어 ChromeGoogleMapsAPI
Chrome 콘솔 화면에 표시되는 메시지
getCurrentPosition() and watchPosition() no longer work on insecure origins.
To use this feature, you should consider switching your application to a
secure origin, such as HTTPS. See https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins
for more details.
로컬 개발 환경이라고 당연히 https 대응하고 있지 않기 때문에, 다른 방법을 여러가지 조사했는데, 터미널을 열어 이하와 같은 커멘드를 실행한다고 하는 정보가 발견되었다
open -a "/Applications/Google Chrome.app" --args --unsafely-treat-insecure-origin-as-secure="http://localhost/" http://localhost/
※참고:
* htps : // 에가시라. jp / t re t- ぉ l
* htps : // / s. 오, ぇ. 코 m/아/ch 로미우 m. rg / v / home / ch rosmi m-sekury ty / p-kachin g-po r fu lu fu atler s - 온 -
자세한 내용은 모르지만 CUI 기반의 대응 방법이라고 자신의 PC에서는 동작하지 않았다.
그래서 GUI 기반의 대응 방법을 조사하여 대응 방법을 찾을 수 있었다.
GUI에서 "unsafely-treat-insecure-origin-as-secure"를 설정하는 방법
이하 2단계로 대응할 뿐이라고 하는, 매우 간단한 대응으로 끝납니다.
chrome://flags/#unsafely-treat-insecure-origin-as-secure
를 입력합니다. insecure origins as secure
란에 입력하여 Enabled로 설정합니다.의외로, 여기 근처의 정보가 없었기 때문에, 방법을 알고 좋았다. . .
Reference
이 문제에 관하여(“unsafely-treat-insecure-origin-as-secure” 설정을 GUI에서 수행하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/dmiya/items/77eadd8abdfd7282d917텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)