.env.example 644 B

12345678910111213
  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. # CSP_SCRIPT_SRC="'self', 'report-sample'"
  8. # CSP_STYLE_SRC="'self', 'report-sample'"
  9. # CSP_IMG_SRC="'self', blob:, i.ytimg.com, www.gravatar.com"
  10. # CSP_CONNECT_SRC="'self', releases.wagtail.org"
  11. # CSP_FRAME_SRC="'self', www.youtube.com"