Compare commits

...

11 Commits

Author SHA1 Message Date
Inex Code 6d4f85bb06 test updated nixpkgs 2024-02-19 15:21:27 +03:00
Inex Code 1dcf1f78ba test frame options 2024-02-19 15:12:17 +03:00
Inex Code cafcd697f9 update 2024-02-12 18:58:38 +03:00
Inex Code 7d4f3be89d update 2024-02-12 18:54:42 +03:00
Inex Code efe563372b update 2024-02-12 18:53:25 +03:00
Inex Code e52a6e4178 update 2024-02-12 18:47:54 +03:00
Inex Code 7ec11dd56f update 2024-02-12 18:41:48 +03:00
Inex Code 42c11a39a3 update 2024-02-12 18:35:07 +03:00
Inex Code 2708dfa468 update 2024-02-12 18:27:42 +03:00
Inex Code 383c5371fc update 2024-02-12 18:25:07 +03:00
Inex Code 7c4b85669d test 2024-02-12 18:22:28 +03:00
2 changed files with 9 additions and 9 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1704420045, "lastModified": 1708161998,
"narHash": "sha256-C36QmoJd5tdQ5R9MC1jM7fBkZW9zBUqbUCsgwS6j4QU=", "narHash": "sha256-6KnemmUorCvlcAvGziFosAVkrlWZGIc6UNT9GUYr0jQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d", "rev": "84d981bae8b5e783b3b548de505b22880559515f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705313551, "lastModified": 1707753507,
"narHash": "sha256-la/XZyI5bEgwMOO/v6kOb0gZgzfaOTD9wxPxGNL0N5M=", "narHash": "sha256-kVxHN027PZeXk/EX2EPT2Mw+ozusRUwMjVBxgslsKAw=",
"ref": "refs/heads/master", "ref": "system-rebuild-tracking",
"rev": "e3761a200c1ce244b285772a0c731a10e6169ef3", "rev": "25c691104f323655c5e8ff4cf96fa2cdaa87193c",
"revCount": 1169, "revCount": 1186,
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
}, },

View File

@ -83,7 +83,7 @@ in
add_header Strict-Transport-Security $hsts_header; add_header Strict-Transport-Security $hsts_header;
#add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always; #add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always;
add_header 'Referrer-Policy' 'origin-when-cross-origin'; add_header 'Referrer-Policy' 'origin-when-cross-origin';
add_header X-Frame-Options DENY; add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff; add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block"; add_header X-XSS-Protection "1; mode=block";
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict"; proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";