关于反向代理8888端口问题

bani99 2019-11-13 623

最新回复 (1)
  • bani99 2019-11-14
    引用 2

    新问题,重新部署提示这个
    socket.services.js:6 Refused to connect to 'wss://xx.xx.com/api?api_action=Notification.Connect&api_csrf_token=OsDUf0GjQDUBjDTD&api_ccenter_app=notification' because it violates the following Content Security Policy directive: "default-src https: data: 'unsafe-inline' 'unsafe-eval'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
    临时解决办法

    add_header Content-Security-Policy self;
    强迫症F12报错难受

返回
发新帖