Can we get ride of the '/#/' in the URL? #6893
Closed
Nemirtingas
started this conversation in
Ideas
Replies: 2 comments
-
|
That is how these web pages work. You could try to block everything but the send API calls. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Allowing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've setup a pangolin (https://github.com/fosrl/pangolin) instance, and put my vaultwarden behind it. I'd like to disable pangolin only for the sends, so anybody can get access to the sends I create. Unfortunately, because the single page application is using hashs, the real url sent to the server is /, so I don't think there is a way actually for me to allow only "/#/send/". And I obviously doesn't want to unprotect that service.
If you got an idea on how I could do that, I'm all ears ;)
Beta Was this translation helpful? Give feedback.
All reactions