We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134fc82 commit be29bb5Copy full SHA for be29bb5
.travis.yml
@@ -19,6 +19,7 @@ before_script:
19
- mdbook -V || cargo install mdbook --vers '^0.3.0'
20
script:
21
- mdbook build
22
+ - cp website_config.json book/
23
branches:
24
only:
- - master
25
+ - master
website_config.json
@@ -0,0 +1,10 @@
1
+{
2
+ "headers": {
3
+ "Strict-Transport-Security": "max-age=63072000",
4
+ "X-Content-Type-Options": "nosniff",
5
+ "X-Frame-Options": "DENY",
6
+ "X-XSS-Protection": "1; mode=block",
7
+ "Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
8
+ },
9
+ "github_pages_origin": "rust-lang.github.io/rust-forge"
10
+}
0 commit comments