Closed
Bug 1898659
Opened 1 year ago
Closed 1 year ago
Remove network.cors_preflight.block_userpass_uri pref
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: gregp, Assigned: sekim)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
If true nsCORSListenerProxy will reject any URL that contains user & password regardless if it's a redirect or not. When false nsCORSListenerProxy will only reject URLs with a username and password when they happen on a redirected channel.
It was introduced about a year ago in bug 1738251. Should be safe to remove now
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [necko-triaged]
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sekim
Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by gp3033@protonmail.com:
https://hg.mozilla.org/integration/autoland/rev/5027638ce987
Remove network.cors_preflight.block_userpass_uri pref r=gregp,necko-reviewers,valentin
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Comment 4•1 year ago
|
||
Backed out for causing Linux mochitests-plain failures in test_group_scroll_snap.html.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | gfx/layers/apz/test/mochitest/test_group_scroll_snap.html | helper_bug1783936.html | The pan-end should result snapping to 200px - got 3820, expected 200
Status: RESOLVED → REOPENED
status-firefox128:
fixed → ---
Flags: needinfo?(sekim)
Resolution: FIXED → ---
Target Milestone: 128 Branch → ---
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(sekim)
Pushed by sstanca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2641f980d759
Remove network.cors_preflight.block_userpass_uri pref r=gregp,necko-reviewers,valentin CLOSED TREE
Comment 6•1 year ago
|
||
Relanded this as another bug was the culprit.
Comment 7•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•