Chrome now blocking all jsonp requests from https to http?

前端 未结 2 1987
攒了一身酷
攒了一身酷 2020-12-09 15:14

At some point recently Chrome has stopped showing data loaded via jsonp with the error

[blocked] The page at https://user.example.com/category/12345 ran insecure co

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 16:12

    It definitely should block it - it's insecure and breaks the promise of HTTPS.

    A JSONP resource fetch is done by creating a

提交回复
热议问题