Chrome Version 66 : Blocked current origin from receiving cross-site document at

前端 未结 3 1023
清歌不尽
清歌不尽 2020-12-06 13:16

On my local machine i have been using --disable-web-security --user-data-dir to disable the web security. After upgrading to Chrome Version 66 i have started getting Blocke

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 13:32

    This has apparently been fixed in Chrome 67. You can find the bug I reported and a workaround here. The command-line workaround requires you to start Chrome with the following argument:

    --disable-features=CrossSiteDocumentBlockingIfIsolating,CrossSiteDocumentBlockingAlways

提交回复
热议问题