formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Security #741

Open jgold723 opened 3 years ago

jgold723 commented 3 years ago

We're using FT for a strictly internal database -- no external forms, just the database that is accessed only by admins. I'd like to introduce an additional level of security using htaccess allow/deny to limit access to the FormTools directory to specific IP addresses.

I've used this on other applications. Will it work here? Do you anticipate any issues with this?

nelsondcosta23 commented 3 years ago

you have module for BAN or NOT IP And you can block using .htaccess And if you have private network, use vpn ;)

jgold723 commented 3 years ago

Thank you. I couldn't a module for banning IPs? But the .htaccess file seems to work well, so I'm good with that.