Normalise pre-signed URLs pasted into editors #368 - #758
Open
bwalkerl wants to merge 1 commit into
Open
Conversation
bwalkerl
force-pushed
the
368-normalise-signed-urls
branch
from
July 22, 2026 05:39
ca70cf4 to
3e9d576
Compare
alexdamsted
reviewed
Jul 24, 2026
alexdamsted
reviewed
Jul 24, 2026
alexdamsted
reviewed
Jul 24, 2026
alexdamsted
reviewed
Jul 24, 2026
Co-authored-by: Srdjan <srdjan@catalyst.net.nz>
bwalkerl
force-pushed
the
368-normalise-signed-urls
branch
from
July 24, 2026 11:23
3e9d576 to
1d8dec4
Compare
This file contains hidden or 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
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.
Requires MDL-73596 to be backported to make use of this feature.
Testing instructions:
#objectfs-origin=at the end.This will only work if the link has character encoding for spaces, which should be the default for copying from URL in browser. Chromium will always have the encoded URL, while Firefox will decode the URL but have users copy the encoded URL unless it has been modified. In such edge cases where the URL has been modified (or copied from a different source) the copied value can contain spaces instead of the encoded value, which will break the current handling (it should be obvious in the editor this is broken saving, so I don't think this is the main concern).
Closes #368
Closes #744