mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #843] Add env/config option to allow additional iframe ancestors #594
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Crow-Control on GitHub (Feb 1, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/843
In some cases someone might want to include bitwarden into another website by iframe.
While there are a lot of cases where this idea is insanely stupid, it might be interesting in cases where a secure intranet website is used such as next-cloud.
This is not a problem in itself, but currently the code doesn't allow ANY iframe except from itself and the chrome extention.
github.com/dani-garcia/bitwarden_rs@d212dfe735/src/util.rs (L26)I suggest keeping the current setting, but adding a variable that grabs any additional options in a config options or env. variable.
It should be relatively easy to do but increase the useability considerably.
@dani-garcia commented on GitHub (Feb 4, 2020):
Should be fixed now in the latest commit, hope it helps!