Open rumkin opened 5 years ago
Decided to add several CSP sets for local development, testing and production purposes. Default is LOCAL
which allows only localhost to be a source of data. STRICT
is production version it denies everything using default-src 'none'
and define exact resources to use https protocol with origin hostname.
'none'
for most resource types.'self'
value: