Islandora-Devops / isle-site-template

Template for building and customising your institution's Islandora installation.
MIT License
5 stars 6 forks source link

`HEADER_X_FORWARDED_ALL` is deprecated in Drupal 10. #6

Closed rosiel closed 1 year ago

rosiel commented 1 year ago

in default_settings.txt, this repo includes a deprecated constant. (It's just the constant that's deprecated, not what we're doing with it). The deprecation happened in Symfony 5.2.

https://github.com/Islandora-Devops/isle-site-template/blob/main/drupal/rootfs/var/www/drupal/assets/patches/default_settings.txt#L11-L13

Deprecation notice: https://github.com/symfony/symfony/commit/6251c4ee6ec09c06107af2609a6f85c88f58dba0

We could probably replace it by a series of other HEADER_XFORWARDED[FOO] constants, but I don't know enough to suggest which.