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

Get news through a proxy w/o authentication #7593

Merged
merged 7 commits into from
Aug 11, 2018
Merged

Get news through a proxy w/o authentication #7593

merged 7 commits into from
Aug 11, 2018

Conversation

bmfp
Copy link
Contributor

@bmfp bmfp commented Aug 10, 2018

This patch allows bolt to look for news using a proxy without user/password fields, if general/httpProxy/user is empty

Details

This PR may be tested using a simple squid proxy

Choosing a target branch

Change made on branch 3.5

This patch allows bolt to look for news using a proxy without user/password fields, if general/httpProxy/user is empty
Get news through a proxy w/o authentication
Update proxy configuration template
$this->getOption('general/httpProxy/password'),
$this->getOption('general/httpProxy/host')
);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected 1 space after closing brace; newline found

Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @bmfp ! 👍

@bobdenotter bobdenotter merged commit 72fbbc0 into bolt:3.5 Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants