mirror of
https://github.com/kennethreitz/pep8.org.git
synced 2026-06-05 06:56:16 +00:00
26 lines
597 B
TOML
26 lines
597 B
TOML
[Settings]
|
|
ID = "pep8org"
|
|
|
|
[build]
|
|
base = "/"
|
|
publish = "/"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Feature-Policy = """
|
|
accelerometer 'none';
|
|
camera 'none';
|
|
geolocation 'none';
|
|
gyroscope 'none';
|
|
magnetometer 'none';
|
|
microphone 'none';
|
|
payment 'none';
|
|
usb 'none'
|
|
"""
|
|
Referrer-Policy = "strict-origin-when-cross-origin"
|
|
Strict-Transport-Security = "max-age=2592000; preload" # one month for now
|
|
X-Content-Type-Options = "nosniff"
|
|
X-Frame-Options = "deny"
|
|
X-XSS-Protection = "1; mode=block"
|