Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better define proxies #964

Merged
merged 1 commit into from
Jun 27, 2017
Merged

Better define proxies #964

merged 1 commit into from
Jun 27, 2017

Conversation

shs96c
Copy link
Contributor

@shs96c shs96c commented Jun 26, 2017

This includes a fix where we had omitted "direct" as an option
and accidentally included "noproxy" as a proxy type.

This closes #837 by ensuring that all entries in the table
refer to the valid proxy type for which they should be used.

Closes #841, since the URL spec specifies that a host can
include credentials.

Closes #913 by properly spelling out noProxy and when it
should be used.

Closes #949 by removing the *ProxyPort settings, which are
not part of the original selenium wire protocol.


This change is Reviewable

This includes a fix where we had omitted "direct" as an option
and accidentally included "noproxy" as a proxy type.

This closes w3c#837 by ensuring that all entries in the table
refer to the valid proxy type for which they should be used.

Closes w3c#841, since the URL spec specifies that a host can
include credentials.

Closes w3c#913 by properly spelling out `noProxy` and when it
should be used.

Closes w3c#949 by removing the `*ProxyPort` settings, which are
not part of the original selenium wire protocol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants