Closed Bug 1580274 Opened 5 years ago Closed 5 years ago

Remove "ip" from proxy.json

Categories

(WebExtensions :: Request Handling, task)

task
Not set
normal

Tracking

(firefox71 fixed)

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: robwu, Assigned: mixedpuppy)

References

Details

(Keywords: dev-doc-complete)

Attachments

(1 file)

When proxy.onRequest was implemented (bug 1409878), its details were mostly copied from the webRequest API.

One of the fields in schemas/proxy.json is "ip", which is supposedly "The server IP address that the request was actually sent to."

This field is not set in the implementation, and it couldn't be because the IP cannot be known before a connection is made to a server, and the proxy.onRequest event is fired before that.

So "ip" should be removed from https://searchfox.org/mozilla-central/rev/588814f2edddf0e132d77d326ddae50911e8bad1/toolkit/components/extensions/schemas/proxy.json#159

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: General → Request Handling
Assignee: nobody → mixedpuppy

verify "ip" is not a part of details for proxy.onRequest in MDN docs.

Keywords: dev-doc-needed
Pushed by scaraveo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0cfaf6add1db
remove unused ip value from proxy schema r=robwu
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71

Hello,

Will this fix require manual validation? If yes, please provide some steps to reproduce in order to correctly test it and also, please set the "qe-verify+" flag. Otherwise, could the "qe-verify-" flag be added? Thanks!

Flags: needinfo?(mixedpuppy)
Flags: needinfo?(mixedpuppy) → qe-verify-

“ip” is removed from proxy.RequestDetails. Could you review and confirm that this fulfills the documentation needed request? However, I noticed that the proxy.json definition included "urlClassification", does this need to be added to proxy.RequestDetails?

Flags: needinfo?(mixedpuppy)

urlClassification is privileged, bug 1589494 is for making it public and it would be documented on that happening.

Flags: needinfo?(mixedpuppy)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: