mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Add X-Frame-Options customizability #1717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @styris-ame on GitHub (Sep 28, 2023).
Since the closure of issue 44, it is not possible to embed vaultwarden as an iFrame on webapps like Homarr or organizr.
Adding an option to allow a specific website(s) to use iFrames would resolve this issue. Something like this should work:
res.set_raw_header("X-Frame-Options", "ALLOW-FROM <WEBSITE>");An example for
<WEBSITE>might be:https://homarr.my-domain.comPerhaps a docker environment variable could be used to specify this.
@styris-ame commented on GitHub (Sep 28, 2023):
Closed in favor of a proper feature request: https://github.com/dani-garcia/vaultwarden/discussions/3929