aboutsummaryrefslogtreecommitdiffstats
path: root/config/shield.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/shield.js')
-rw-r--r--config/shield.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/config/shield.js b/config/shield.js
index 3d4526a..5c1c5cd 100644
--- a/config/shield.js
+++ b/config/shield.js
@@ -1,4 +1,3 @@
1'use strict'
2 1
3module.exports = { 2module.exports = {
4 /* 3 /*
@@ -64,7 +63,7 @@ module.exports = {
64 | if you want to know the behavior. https://github.com/helmetjs/helmet/pull/82 63 | if you want to know the behavior. https://github.com/helmetjs/helmet/pull/82
65 | 64 |
66 */ 65 */
67 disableAndroid: true 66 disableAndroid: true,
68 }, 67 },
69 68
70 /* 69 /*
@@ -80,7 +79,7 @@ module.exports = {
80 */ 79 */
81 xss: { 80 xss: {
82 enabled: true, 81 enabled: true,
83 enableOnOldIE: false 82 enableOnOldIE: false,
84 }, 83 },
85 84
86 /* 85 /*
@@ -139,7 +138,7 @@ module.exports = {
139 httpOnly: false, 138 httpOnly: false,
140 sameSite: true, 139 sameSite: true,
141 path: '/', 140 path: '/',
142 maxAge: 7200 141 maxAge: 7200,
143 } 142 },
144 } 143 },
145} 144};