How to use the expectCt function from helmet

Find comprehensive JavaScript helmet.expectCt code examples handpicked from public code repositorys.

47
48
49
50
51
52
53
54
55
56

`expectCt` - устанавливает заголовок `Expect-CT`;

```js
app.use(
    helmet.expectCt({
        enforce: true,
        maxAge: 90, //задается в днях
        reportUri: 'http://example.com/report',
    })
fork icon14
star icon100
watch icon3

+ 5 other calls in file