Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 663 Bytes

File metadata and controls

12 lines (11 loc) · 663 Bytes

Add this config to Docker Compose File

# Dot version
CONTENT_SECURITY_POLICY_USE_DEFAULTS: true
CONTENT_SECURITY_POLICY_DIRECTIVES__SCRIPT_SRC: "'self','unsafe-eval',*.scaleflex.com"
CONTENT_SECURITY_POLICY_DIRECTIVES__IMG_SRC: "'self',data:,blob:,https://raw.githubusercontent.com,https://avatars.githubusercontent.com,*.filerobot.com"

# Equal mark version
- CONTENT_SECURITY_POLICY_USE_DEFAULTS=true
- CONTENT_SECURITY_POLICY_DIRECTIVES__SCRIPT_SRC='self','unsafe-eval',*.scaleflex.com
- CONTENT_SECURITY_POLICY_DIRECTIVES__IMG_SRC='self',data:,blob:,https://raw.githubusercontent.com,https://avatars.githubusercontent.com,*.filerobot.com