1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Android FIDO2 Asset Links (#1359)

* asset links for Android FIDO2

* added release & debug fingerprints
This commit is contained in:
Matt Portune
2021-05-27 13:00:38 -04:00
committed by GitHub
parent 21003c61ab
commit 0e76371d0d
4 changed files with 83 additions and 0 deletions

View File

@ -84,6 +84,16 @@ server {
add_header Content-Type $fido_content_type;
}
location = /.well-known/assetlinks.json {
proxy_pass http://web:5000/assetlinks.json;
{{#if Ssl}}
include /etc/nginx/security-headers-ssl.conf;
{{/if}}
include /etc/nginx/security-headers.conf;
proxy_hide_header Content-Type;
add_header Content-Type application/json;
}
location = /duo-connector.html {
proxy_pass http://web:5000/duo-connector.html;
}