Skip to content
Snippets Groups Projects
Commit 3fde59d9 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

add static.json to allow the iframes. Used by herokus buildpack

parent 46a44efe
No related branches found
No related tags found
No related merge requests found
{
"root": "dist/",
"https_only": true,
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"headers": {
"/**": {
"Cache-Control": "private, no-store, no-cache, must-revalidate, proxy-revalidate",
"Pragma": "no-cache",
"Expires": "Sat, 05 Nov 1955 00:00:00 PST",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains;",
"X-Download-Options": "noopen",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block"
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment