diff --git a/docs/_headers b/docs/_headers deleted file mode 100644 index c9fab33..0000000 --- a/docs/_headers +++ /dev/null @@ -1,2 +0,0 @@ -/* - Strict-Transport-Security: max-age=31536000; includeSubDomains diff --git a/mkdocs.yml b/mkdocs.yml index bbd0dea..3b07693 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,10 +110,8 @@ markdown_extensions: # https://github.com/microsoft/cookie-doh/security/code-scanning/4 # - pymdownx.arithmatex: # generic: true -# copyright: | -# -# +copyright: | + + extra: generator: false - include: - - _headers diff --git a/template/{% if documentation %}mkdocs.yml{% endif %}.jinja b/template/{% if documentation %}mkdocs.yml{% endif %}.jinja index 340c39d..9ba1f5b 100644 --- a/template/{% if documentation %}mkdocs.yml{% endif %}.jinja +++ b/template/{% if documentation %}mkdocs.yml{% endif %}.jinja @@ -109,6 +109,4 @@ copyright: | extra: generator: false - include: - - _headers {%- endif %}