-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
49 lines (47 loc) · 1.6 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: Miguel de Moura
url: https://migueldemoura.com
social:
twitter: miguel_demoura
github: migueldemoura
linkedin: migueldemoura
email:
assets:
sources:
- _assets/fonts
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- node_modules
gzip: true
compression: true
defaults:
js: { integrity: true }
css: { integrity: false }
collections:
pages:
output: true
permalink: /:path
posts_tags:
output: false
permalink: /tag/:slug
exclude:
- bin/
- Gemfile
- Gemfile.lock
- LICENSE-CC-BY-SA-4.0.md
- LICENSE-MIT.md
- node_modules/
- ruby_gems/
- package-lock.json
- package.json
- README.md
permalink: posts/:slug
webrick:
headers:
X-Content-Type-Options: "nosniff"
X-Frame-Options: "DENY"
X-XSS-Protection: "1; mode=block"
Content-Security-Policy: "default-src 'self'; script-src 'sha256-4NiodiPaoWGdMnNvXBZf4CRywj0myrJf5abtShk+JGY='; style-src 'self' 'sha256-5iykOHtHhyGUwIqg0oAvy+wqDvlQ5kXl8Rrc8qseGPg=' 'sha256-voXja0NHK+kj/CO6kVFGewEz+qyDFbxR+WW6e9vfN3o='; img-src 'self'; media-src 'self'; frame-src 'none'; manifest-src 'none'; object-src 'none'; worker-src 'none'; frame-ancestors 'none'; form-action 'none'; block-all-mixed-content; base-uri 'self'"
Cross-Origin-Resource-Policy: "same-site"
Permissions-Policy: "accelerometer=(), ambient-light-sensor=(), autoplay=(), camera=(), encrypted-media=(), geolocation=(), fullscreen=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=()"
Referrer-Policy: "no-referrer"