| [14:48:40] | <mstenta[m]> | paul121 symbioquine any objections? https://github.com/farmOS/farmOS/pull/443 |
| [14:50:55] | <mstenta[m]> | These are variable that I set in Farmier - proposing to move these settings upstream |
| [14:50:59] | <mstenta[m]> | s/variable/variables/ |
| [15:11:05] | <symbioquine[m]> | Upload limits sound good to me. Reading up on that `php_expose` part now... |
| [15:11:24] | <mstenta[m]> | Cool |
| [15:11:29] | <mstenta[m]> | Yea that one is a little security improvement |
| [15:11:46] | <mstenta[m]> | > Exposes to the world that PHP is installed on the server, which includes the PHP version within the HTTP header (e.g., X-Powered-By: PHP/5.3.7). |
| [15:14:03] | <symbioquine[m]> | Yeah, I'm looking at https://www.php.net/manual/en/ini.core.php which says that directive is "php.ini only" |
| [15:14:33] | <symbioquine[m]> | Not sure if I'm interpreting that correctly, but are we sure it takes effect when placed in the `conf.d` style `.ini` files? |
| [15:15:47] | <symbioquine[m]> | https://www.php.net/manual/en/configuration.changes.modes.php doesn't totally seem to disambiguate it either :( |
| [15:19:32] | <mstenta[m]> | Ah hmm good question? |
| [15:19:51] | <mstenta[m]> | I just left my computer. Can you check the headers of test.farmos.net? |
| [15:20:13] | <mstenta[m]> | I'm setting that on Farmier hosting using the same approach |
| [15:22:59] | <symbioquine[m]> | I see `X-Generator: Drupal 7 (http://drupal.org)` but not `X-Powered-By`, so I guess it's working :) |
| [15:23:11] | <symbioquine[m]> | Probably I'm just misinterpreting that documentation |
| [19:17:23] | <paul121[m]> | <mstenta[m]> "These are variable that I set in..." <- Sorry for the delay, but yes that looks good! |