-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix adding x-requested-with header for relative URLs in some cases #41632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0e18a47 to
6b3e70c
Compare
emoral435
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
aeac884 to
323b6f7
Compare
|
/backport to stable28 |
|
@juliushaertl @emoral435 @susnux Cypress test failure seems unrelated (theming app). Can someone force merge this? π |
β¦ URL is empty Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
8729f37 to
5d5572c
Compare
|
/backport to stable27 |
|
/backport to stable26 |
|
/backport to stable25 |
|
/skjnldsv-backport to stable27 |
|
/skjnldsv-backport to stable26 |
When NC is at the root path of the web server,
getRootUrl()returns an empty string andisNextcloudUrl()always returned true for relative URLs.The condition to know if a URL points to NC is now:
This broke the OpenStreetMap integration in instances that are accessible at the root of the webserver.