Closed tmackenzie closed 4 years ago
Add the header, Content-Security-Policy with the default value, default-src: 'self'; The value should be able to be overridden in shape. Possibly with a group and target.
Content-Security-Policy
default-src: 'self';
shape
group
target
Doing so will make it harder for XSS attacks per OSWAP
XSS
Its specifically defined here
This should be the application's responsibility via a before and or after.
Add the header,
Content-Security-Policy
with the default value,default-src: 'self';
The value should be able to be overridden inshape
. Possibly with agroup
andtarget
.Doing so will make it harder for
XSS
attacks per OSWAPIts specifically defined here