all repos — website @ 6474b1db0a4f8bdf3c83acd329cf822a9f45f563

My website

Merge homestead repository

Alan Pearce
commit

6474b1db0a4f8bdf3c83acd329cf822a9f45f563

parent

c936c99fad7e090a3caaaa6bdd5fbaf38d39abba

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M config.tomlconfig.toml
@@ -25,6 +25,12 @@ hide_made_with_line = true
date_format = "%F" webserver_sends_csp_headers = true +[extra.headers] +cache-control = "max-age=14400" +x-content-type-options = "nosniff" +strict-transport-security = "max-age=31536000; includeSubdomains; preload" +content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'" + [[extra.main_menu]] name = "Posts" url = "/post/"