Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Removed the "trusted_proxies" entry from config.yml #1060

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Apr 6, 2017

This commit fixes the following error:


  [InvalidArgumentException]
  The "framework.trusted_proxies" configuration key has been removed in
Symfony 3.3. Use the Request::setTrustedProxies() method in your front
controller instead.

This commit fixes the following error:

```

  [InvalidArgumentException]
  The "framework.trusted_proxies" configuration key has been removed in
Symfony 3.3. Use the Request::setTrustedProxies() method in your front
controller instead.

```
@nicolas-grekas
Copy link
Member

👍

@fabpot
Copy link
Member

fabpot commented Apr 6, 2017

Thank you @lyrixx.

@fabpot fabpot merged commit 7a885f1 into symfony:master Apr 6, 2017
fabpot added a commit that referenced this pull request Apr 6, 2017
…rixx)

This PR was merged into the 3.3-dev branch.

Discussion
----------

Removed the "trusted_proxies" entry from config.yml

This commit fixes the following error:

```

  [InvalidArgumentException]
  The "framework.trusted_proxies" configuration key has been removed in
Symfony 3.3. Use the Request::setTrustedProxies() method in your front
controller instead.

```

Commits
-------

7a885f1 Removed the "trusted_proxies" entry from config.yml
@lyrixx lyrixx deleted the trusted-proxies branch April 6, 2017 13:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants