all repos — zola-bearblog @ 00c802c022c4d28927eae61d8b5b7aea29ac7884

Port of bear blog theme to zola

re-format netlify.toml

Alan Pearce
commit

00c802c022c4d28927eae61d8b5b7aea29ac7884

parent

864e62a917fc756e754a1e7648c0ac1bb670743b

1 file changed, 8 insertions(+), 8 deletions(-)

jump to
M netlify.tomlnetlify.toml
@@ -17,11 +17,11 @@ [context.branch-deploy]
command = "zola build --base-url $DEPLOY_PRIME_URL" [[headers]] - for = "/*" - [headers.values] - X-Frame-Options = "DENY" - X-Content-Type-Options = "nosniff" - X-XSS-Protection = "1; mode=block" - Referrer-Policy = "strict-origin-when-cross-origin" - Strict-Transport-Security = "max-age=63072000; includeSubdomains" - Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-iJQfPEEzY1fjDE/sJElXzaTdtJI+vxkKM//fXwJj/cI='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'" +for = "/*" +[headers.values] +X-Frame-Options = "DENY" +X-Content-Type-Options = "nosniff" +X-XSS-Protection = "1; mode=block" +Referrer-Policy = "strict-origin-when-cross-origin" +Strict-Transport-Security = "max-age=63072000; includeSubdomains" +Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-iJQfPEEzY1fjDE/sJElXzaTdtJI+vxkKM//fXwJj/cI='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"