@ladjs/web 19.0.0 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -128,12 +128,16 @@ class Web {
128
128
  }
129
129
  }
130
130
  : null,
131
+ // Expect-CT header is deprecated
132
+ expectCt: false,
133
+ /*
131
134
  expectCt: {
132
135
  enforce: true,
133
136
  // https://httpwg.org/http-extensions/expect-ct.html#maximum-max-age
134
137
  maxAge: ms('30d') / 1000,
135
138
  reportUri
136
139
  },
140
+ */
137
141
  // <https://hstspreload.org/>
138
142
  // <https://helmetjs.github.io/docs/hsts/#preloading-hsts-in-chrome>
139
143
  hsts: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/web",
3
3
  "description": "Web server for Lad",
4
- "version": "19.0.0",
4
+ "version": "19.0.1",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/web/issues",