jiacai2050 / gooreplacer

⚡️⚡️A browser extension to modify HTTP requests :-)
https://jiacai2050.github.io/gooreplacer/
1.23k stars 175 forks source link

开启在线规则会影响perfetto ui(https://ui.perfetto.dev/)的使用 #113

Closed zhoujian-official closed 2 years ago

zhoujian-official commented 2 years ago

开启在线规则会影响perfetto ui的使用,是不是规则有点问题

报错:Refused to connect to 'https://storage-googleapis.lug.ustc.edu.cn/perfetto-misc/example_android_trace_15s' because it violates the following Content Security Policy directive: "connect-src 'self'

image

jiacai2050 commented 2 years ago

Content Security Policy 是安全规则,不允许加载除 self 之外的资源,可参考下面链接解决; https://github.com/jiacai2050/gooreplacer/issues/13