Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created May 10, 2024 15:42
Show Gist options
  • Save downthecrop/fec85c07c37d240129bd221571dbc1f2 to your computer and use it in GitHub Desktop.
Save downthecrop/fec85c07c37d240129bd221571dbc1f2 to your computer and use it in GitHub Desktop.
Chrome disable Cross-Origin Embedder Policy (COEP) on localhost

disable Cross-Origin Embedder Policy (COEP) on localhost

install (it requires nodejs/npm)

npm install http-server -g

#run

http-server -p 3000 --cors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment