Top "Whitelist" questions

A whitelist is a list of entities that have been authorized for some access or action.

blacklisting vs whitelisting in form's input filtering and validation

which is the preferred approach in sanitizing inputs coming from the user? thank you!

filter validation whitelist blacklist
Nginx - Allowing origin IP

Nginx supports allow and deny syntax to restrict IPs, e.g. allow 192.168.1.1;. But if traffic goes through a reverse proxy, …

nginx proxy whitelist
Whitelisting website email so it is not rejected as spam

What are the processes I need to go through to make sure emails sent from my web server are not …

email email-spam whitelist
Difference between allow-navigation and allow-intent

Does any one know the difference between allow-navigation and allow-intent in cordova whitelist ?

cordova whitelist
Is it possible to whitelist Heroku apps?

I have a Heroku application that binds with a telco sms gateway via SMPP The telco guys need to whitelist …

heroku whitelist
possible to whitelist ip for inbound communication to an ec2 instance behind an aws load balancer?

I have a single ec2 instance running a website behind an elastic load balancer in aws. Mainly because I want …

amazon-ec2 whitelist elastic-load-balancer
Remove all characters from string which are not on whitelist

I am trying to write java code which would remove all unwanted characters and let there be only whitelisted ones. …

java regex replace character whitelist
Tesseract SetVariable tessedit_char_whitelist in another language

Tesseract setVariable whitelist works ok for english language for example i use this to recognize only digits and letters from …

ocr tesseract whitelist
.NET HTML whitelisting (anti-xss/Cross Site Scripting)

I've got the common situation where I've got user input that uses a subset of HTML (input with tinyMCE). I …

.net xss whitelist
What is the state of whitelisting in phonegap 1.3.0?

Does phonegap/callback/cordova have a whitelist on all platforms? Is it implemented the same way on each?

mobile cordova callback whitelist