Closed
Bug 1946225
Opened 1 month ago
Closed 1 month ago
Remove newline characters when sanitizing URLs
Categories
(Fenix :: QR, enhancement)
Tracking
(firefox135 verified, firefox136 verified, firefox137 verified)
VERIFIED
FIXED
137 Branch
People
(Reporter: royang, Assigned: royang)
References
Details
(Whiteboard: [fxdroid][group3])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-release+
|
Details | Review |
Add removal of newline characters when sanitizing a URL.
Assignee | ||
Updated•1 month ago
|
Whiteboard: [fxdroid][group3]
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Summary: Remove new line char when sanitizing URLs → Remove newline char when sanitizing URLs
Assignee | ||
Updated•1 month ago
|
Summary: Remove newline char when sanitizing URLs → Remove newline characters when sanitizing URLs
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by royang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5fb99c43562
Remove newline character when sanitizing URLs. r=android-reviewers,skhan,npoon
Comment 3•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Assignee | ||
Comment 4•1 month ago
|
||
Comment on attachment 9464216 [details]
Bug 1946225 - Remove newline character when sanitizing URLs.
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Without this fix, the QR reader will not represent the URL correctly.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This only affects QR reader and how URL is represented by the QR code is interpreted.
- String changes made/needed: None
- Is Android affected?: Yes
Attachment #9464216 -
Flags: approval-mozilla-release?
Attachment #9464216 -
Flags: approval-mozilla-beta?
Comment 5•1 month ago
|
||
Comment on attachment 9464216 [details]
Bug 1946225 - Remove newline character when sanitizing URLs.
Approved for 136.0b6
Attachment #9464216 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 month ago
|
status-firefox136:
--- → fixed
Comment 7•1 month ago
|
||
Comment on attachment 9464216 [details]
Bug 1946225 - Remove newline character when sanitizing URLs.
Approved for 135.0.1
Attachment #9464216 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•1 month ago
|
status-firefox135:
--- → fixed
Comment 9•1 month ago
|
||
Made a regression check with a few websites accessed through QR code on the latest builds:
- Nightly 137.0a1 from 2025-02-17;
- Beta 136.0b6;
- RC 135.0.1.
No issues were found.
Device used: Google Pixel 9 Pro XL (Android 15).
Status: RESOLVED → VERIFIED
Updated•1 month ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•