Skip to content

How to disable loading of dom.js - I am getting GET chrome-extension://invalid/ #14755

Discussion options

You must be logged in to vote

Adding
"web_accessible_resources": [
{
"resources": [
""
],
"matches": [
"
:///"
]
}
]
to the manifest fixed the content security policy issue but I still would like to know how NOT to include dom.js

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thomaswhite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant