-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from getodk/release
Release v1.5.3
- Loading branch information
Showing
8 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
Submodule client
updated
34 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file should be included in server{}, and also in any location{} | ||
# which has a call to add_header. | ||
# See: https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header | ||
|
||
add_header Referrer-Policy same-origin; | ||
add_header Strict-Transport-Security "max-age=63072000" always; | ||
add_header X-Frame-Options "SAMEORIGIN"; | ||
add_header X-Content-Type-Options nosniff; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule server
updated
8 files
+13 −48 | docs/api.md | |
+7 −2 | lib/external/sentry.js | |
+3 −49 | lib/resources/config.js | |
+60 −1 | lib/util/db.js | |
+31 −7 | package-lock.json | |
+2 −1 | package.json | |
+2 −2 | test/integration/api/config.js | |
+119 −0 | test/integration/other/db-stream.js |