Access to Image from origin 'null' has been blocked by CORS policy

前端 未结 8 1516
野的像风
野的像风 2020-12-01 04:09

I have JavaScript application in OpenLayers 3, and my base layer is created from local tiles. I work only in my computer so I do not know why I have CORS error.



        
8条回答
  •  有刺的猬
    2020-12-01 04:47

    Try to bypass CORS:

    For Chrome: edit shortcut or with cmd: C:\Chrome.exe --disable-web-security

    For Firefox: Open Firefox and type about:config into the URL bar. search for: security.fileuri.strict_origin_policy set to false

提交回复
热议问题