fix: allow script injection from react dev tools in dev and stage envs (#6120)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user