Skip to main content
1 vote
Accepted

Firefox Security Error: Content at http://localhost:xxxx/ may not load data from blob:http://localhost:xxxx/... when assigning blob url of MediaSource

Very weird bug where it seems they don't hold the link between the MediaSource and the blob: URL when this latter isn't consumed in the same task it was created. Here is an actual minimal example: ...
Kaiido's user avatar
  • 132k
1 vote

Failed to download and view the file from the local path (ERR_BLOCKED_BY_CLIENT)

Looks like an old issue for Chromium. Though they delivered a fix later, the problem has recently reappeared somehow. Some workarounds you can try now: Drop the sandbox CSP attribute for PDFs. Open ...
Kendrick Li's user avatar
  • 2,481
1 vote

Adding Server Headers to Vite React Project isn't working

How you enable the server.https? Try import basicSsl from '@vitejs/plugin-basic-ssl' and add basicSsl() in plugins If you have your own certificate, you should add the server options in server.https ...
user3655479's user avatar
1 vote

Testing Content Security Policy report-to in localhost

I was able to test CSP locally in Chrome (v126) by using a public domain that resolves to 127.0.0.1. See for example https://gist.github.com/tinogomes/c425aa2a56d289f16a1f4fcb8a65ea65#i-have-no-...
NicBright's user avatar
  • 7,609
1 vote

It is possible to see nonce value using cURL?

yes it is possible with -v or --verbose and it is not the only option look here How to display request headers with command line curl
art_hq's user avatar
  • 101

Only top scored, non community-wiki answers of a minimum length are eligible