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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user