### Beta/Release Uplift Approval Request * **User impact if declined**: Form posts from a file:// URL to a http:// URL with target="_blank" do not work, and maybe other file:// -> http:// situations where HTTP POST is replaced with HTTP GET. * **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)**: The diff is small and the condition it adds is already used on a different code path. * **String changes made/needed**:
Bug 1629441 Comment 23 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
### Beta/Release Uplift Approval Request * **User impact if declined**: Form posts from a file:// URL to a http:// URL with target="_blank" do not work, and maybe other file:// -> http:// situations where HTTP POST is replaced with HTTP GET. * **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)**: The diff is small and the condition it adds is already used on a different code path. * **String changes made/needed**: There are no string changes