-2

I've Making My Website When I Receive A Error On The Iframe, "ERR_BLOCKED_BY_CSP"

It's On Jekyll When I Use The Iframe Of My Game Play Pong Game 0.0.5 alpha on itch.io Or Play IsaacJS Breakout 0.0.1 on itch.io

Isaac Vinícius
  • 21
  • 1
  • 11

1 Answers1

0

What does blocked:csp mean? You may be seeing blocked:csp in Chrome developer tools when the browser is trying to load a resource. It might show up in the status column as (blocked:csp) CSP stands for Content Security Policy, and it is a browser security mechanism.

Referance:

Abd Nezar
  • 341
  • 4
  • 8