How to launch html using Chrome at “--allow-file-access-from-files” mode?

前端 未结 11 1655
我寻月下人不归
我寻月下人不归 2020-11-21 23:12

I have the same situation with HERE

And to solve this problem I have to launch html file using Chrome at \"--allow-file-access-from-files\" mode. I tried next steps

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-21 23:56

    If you are using a mac you can use the following terminal command:

    open -a Google\ Chrome --args --allow-file-access-from-files
    

提交回复
热议问题