1.1.13 • Published 7 years ago
hc-mid-csp v1.1.13
hc-mid-csp
hc-bee middleware to add csp headers
install
npm i -S hc-mid-cspusage
config options see helmet-csp, with below different:
- add
cspStringoption to allow setCSPcontent directly, if empty, fallback todirectives - add
acceptsoption to only apply headers according to req.accepts, default istext/html directivesalso allowstringtype value, to prevent merge config ofhc-bee${prefix}and${nonce}can be put into string as placeholderdirectives.reportUridefault value:${prefix}/__csp__res.locals.cspNoncecontains thenoncevalue- add
x-csp-nonceheaders
example
middlewareConfig = {
csp: {
enable: true,
module: './csp',
config: {
reportOnly: true,
cspString: ``,
directives: {
"defaultSrc": "'none'",
"baseUri": "'none'",
"blockAllMixedContent": true,
"connectSrc": "'self' g.alicdn.com",
"fontSrc": "'self' data: at.alicdn.com g.alicdn.com",
"formAction": "'self'",
"frameAncestors": "'none'",
"frameSrc": "'self' g.alicdn.com",
"imgSrc": "'self' data: img.alicdn.com",
"objectSrc": "'none'",
"manifestSrc": "'self'",
"mediaSrc": "'none'",
"scriptSrc": "'report-sample' 'nonce-${nonce}' 'unsafe-inline' 'self' s.tianchi.aliyun.com"
}
}
}
}1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago