Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
This repository was archived by the owner on May 29, 2024. It is now read-only.

Secure consumers.php #11

@battis

Description

@battis

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:

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:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions