Enable CORS #doc site

To allow the locally served jquery.js, etc to be SRI verified.
master
Kaushal Modi 8 years ago
parent c39d828dcb
commit ceb0a3d4a2
  1. 5
      doc/static/_headers

@ -46,6 +46,11 @@
/*
X-Content-Type-Options: nosniff
## Enable CORS
# https://enable-cors.org/server.html
/*
Access-Control-Allow-Origin: *
# Content Security Policy
## Hashes for Privacy Badger injected scripts: https://gitlab.com/kaushalmodi/kaushalmodi.gitlab.io/blob/29fc983ac72fa886ac39bff6b46dc7e426cb993b/netlify.toml#L174-199
/*

Loading…
Cancel
Save