joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
860 stars 545 forks source link

Allows whitelist to be used as blacklist #128

Closed PermissionError closed 4 years ago

PermissionError commented 5 years ago

Just adds a simple blacklist feature.

enricodias commented 5 years ago

Using a whitelist as a blacklist sounds strange. Wouldn't be better to create a new array for a blacklist and use it if it's not empty?

joshdick commented 4 years ago

Closing since this was subsumed by https://github.com/joshdick/miniProxy/commit/35206afbb2c9da9576ced35522673eb7ce3c05e2, but thanks for the PR!