helmet.featurePolicy() is deprecated as of 3.23.0. This call has been removed, and the Feature Policy HTTP header is now set by the feature-policy module.
Issues
Closes #86
Changelog
Added
Install feature-policy module.
Removed
Remove deprecated helmet.featurePolicy() call.
Fixed
Set Feature Policy HTTP header by feature-policy module.
Summary
helmet.featurePolicy()
is deprecated as of 3.23.0. This call has been removed, and the Feature Policy HTTP header is now set by thefeature-policy
module.Issues
Closes #86
Changelog
Added
feature-policy
module.Removed
helmet.featurePolicy()
call.Fixed
feature-policy
module.Checklist