Skip to content

Help with websocket #16565

Answered by martinpitt
mvala asked this question in Q&A
Discussion options

You must be logged in to vote

As a first step you'd need to allow this in the Content-Security-Policy in your manifest.json. Add something like

"content-security-policy": "default-src 'self'; img-src 'self' ws://localhost:8442"

I don't know if that's already sufficient, but that at least takes care of the C-S-P blocking?

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by martinpitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #16489 on November 05, 2021 09:36.