-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I would really like firebase support HSTS preload for hosting rules. Currently firebase sets HSTS to strict-transport-security:max-age=31556926. I would like it be strict-transport-security:max-age=31536000; includeSubDomains; preload. So that i can add my domain to HSTS preload list. I tried to set it via hosting rules but got an error saying not supported.
{
"source": "**",
"headers": [
{
"key": "strict-transport-security",
"value": "max-age=31536000; includeSubDomains; preload"
}
]
}
goldenratio, reinaertvdc, twistedpair, JacekKosciesza, jakejarvis and 1 more
Metadata
Metadata
Assignees
Labels
No labels