Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

Remove deprecated `helmet.featurePolicy()` call #86

Closed paulshryock closed 3 years ago

paulshryock commented 3 years ago

helmet.featurePolicy() is deprecated as of 3.23.0.

Running the API locally with npm run serve:server throws the following deprecated warning:

helmet deprecated helmet.featurePolicy is deprecated (along with the HTTP header) and will be removed in helmet@4. You can use the `feature-policy` module instead. <anonymous>:null:null

Acceptance criteria