Hacker News new | ask | show | jobs
by dantelex 875 days ago
While building Nudgeer(https://nudgeer.com/) and listening to customers, we found that many people don't know how to update or fix these headers within many of their frameworks and that security headers and everything to configure them are needed in SSR. The existing libraries only inject security headers, but it was hard to modify them and add new headers as they rewrite the existing headers.

This package will introduce you to security headers within your SSR frameworks. With just a click with our nudgeer.json file, you can define your routes and their headers.

While only nextjs is supported now; we plan to support more frameworks and servers with agnostic ways to make it easy, such as small files that instruct the client and more.