vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

When opening the github raw file, the console keeps reporting an error "Blocked script execution" #2041

Open HydrogenPan19 opened 1 year ago

HydrogenPan19 commented 1 year ago

Vue devtools version

6.5.0

Link to minimal reproduction

https://raw.githubusercontent.com/vuejs/devtools/main/README.md

Steps to reproduce & screenshots

Open browser developer tools!

image

What is expected?

no more error

What is actually happening?

The console continues to output the following error

Blocked script execution in 'https://raw.githubusercontent.com/vuejs/devtools/main/README.md' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.

System Info

win10
chrome 111.0.5563.112

Any additional comments?

No response