-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix adding x-requested-with header for relative URLs in some cases #41632
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julien-nc
requested review from
susnux,
juliusknorr,
skjnldsv,
a team and
emoral435
and removed request for
a team
November 21, 2023 10:05
julien-nc
force-pushed
the
fix/relative-url-x-requested-with
branch
from
November 21, 2023 10:09
0e18a47
to
6b3e70c
Compare
emoral435
approved these changes
Nov 22, 2023
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!
juliusknorr
approved these changes
Nov 23, 2023
julien-nc
force-pushed
the
fix/relative-url-x-requested-with
branch
2 times, most recently
from
November 24, 2023 09:19
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]>
susnux
force-pushed
the
fix/relative-url-x-requested-with
branch
from
November 24, 2023 10:33
8729f37
to
5d5572c
Compare
/backport to stable27 |
/backport to stable26 |
/backport to stable25 |
/skjnldsv-backport to stable27 |
/skjnldsv-backport to stable26 |
This was referenced Jan 15, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.