.env.example 520 B

1234567891011
  1. # This file contains Content Security Policy (CSP) directives to test Wagtail's compatibility with CSP.
  2. # If the variables defined here are loaded into the environment, CSP will be enabled.
  3. # These values are commented out by default because Wagtail is not (yet) compatible with
  4. # the strict policy defined below.
  5. # Careful about the quoting of directives! It is easy to break.
  6. # CSP_DEFAULT_SRC="'self'"
  7. # Enable this rule to allow font awesome to load from CDN
  8. # CSP_FONT_SRC="'self', https://cdnjs.cloudflare.com"