Is there a pure node browser policy?

Is Browser Policy unique to Meteor, or is there something similar I can use with a vanilla node application?

The browser-policy package is custom and tied to Meteor’s webapp package. That being said, there are quite a few similar options available in npm land. helmet is a popular one that helps secure Connect/Express apps, and has a lot in common with Meteor’s browser-policy package.

1 Like