Right now, consumers.php is not secured. This isn't a _huge_ issue, but it would be _better_ if that weren't the case. ;) For now, once I've configured my consumers, I add the following line into my `.htaccess` file: ```htaccess RedirectMatch 404 /consumers.php ``` Following that, if I need to upgrade my production install, I end up running the following sequence of commands in the term: ```BASH git stash git pull composer install -o --prefer-dist git stash pop ``` Clearly, it would be better to just have some rudimentary security configured. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/198587571490102/198588503458285)
Right now, consumers.php is not secured. This isn't a huge issue, but it would be better if that weren't the case. ;)
For now, once I've configured my consumers, I add the following line into my
.htaccessfile:Following that, if I need to upgrade my production install, I end up running the following sequence of commands in the term:
Clearly, it would be better to just have some rudimentary security configured.
┆Issue is synchronized with this Asana task