Skip to content

Instantly share code, notes, and snippets.

@jarrodthibodeau
jarrodthibodeau / now.json
Created May 2, 2019 21:46
now.json 2.0 static configuration to get your grade on securityheaders.com to an A (only for root path)
{
"version": 2,
"name": "PROJECT_NAME_HERE",
"alias": [
"YOUR_ALIASES_HERE"
],
"routes": [
{
"src": "/",
"headers": {