fix: allow script injection from react dev tools in dev and stage envs (#6120)

This commit is contained in:
Apoorv Mishra
2023-11-09 10:40:04 +05:30
committed by GitHub
parent 71c4c88bbe
commit a7dd5c6798
3 changed files with 19 additions and 1 deletions

View File

@@ -195,3 +195,8 @@ RATE_LIMITER_DURATION_WINDOW=60
# Iframely API config
# IFRAMELY_URL=
# IFRAMELY_API_KEY=
# Enable unsafe-inline in script-src CSP directive
# Setting it to true allows React dev tools add-on in
# Firefox to successfully detect the project
DEVELOPMENT_UNSAFE_INLINE_CSP=false