4
votes
8answers
2k views
How do I add a type to GWT’s Serialization Policy whitelist?
GWT's serializer has limited java.io.Serializable support, but for security reasons there is a whitelist of types it supports. The documentation I've found, for example this FAQ e …
1
vote
3answers
65 views
What is whitelist and blacklist data?
I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I tried to find out on google but couldn't .. I do not know …
0
votes
1answer
37 views
SQL Server 2005 - Remote Access From Specific IPs only
For the life of me I can't remember where/how to add ips to sqlserver's whitelist for remote connections.
Thanks.
0
votes
7answers
149 views
Allow user submitted HTML in PHP
I want to allow a lot of user submitted html for user profiles, I currently try to filter out what I don't want but I am now wanting to change and use a whitelist approach.
Here …
0
votes
3answers
220 views
.NET HTML whitelisting (anti-xss/Cross Site Scripting)
Hello, I've got the common situation where I've got user input that uses a subset of HTML (input with tinyMCE). I need to have some server-side protection against XSS attacks and …
18
votes
10answers
945 views
Why move your Javascript files to a different main domain that you also own?
I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being …
0
votes
4answers
85 views
Whitelist in php
I have an input for users where they are supposed to enter their phone number. The problem is that some people write their phone number with hyphens and spaces in them. I want to p …
9
votes
6answers
601 views
What do you do when a client requires Rich Text Editing on their website?
As we all know by now, XSS attacks are dangerous and really easy to pull off. Various frameworks make it easy to encode HTML, like ASP.NET MVC does:
<%= Html.Encode("string …
2
votes
2answers
154 views
Can I whitelist IP’s using IIS running a PHP site??
As outlined by this guys post, blocking IP's via PHP is pretty easy.
However, how can I do this, site wide, using IIS?
Here are my (big) caveats:
I do not have access to change …
2
votes
3answers
286 views
Best whitelist capable http proxy for Windows?
I would like to setup a http proxy on my work machine (no admin rights, WinXP) to only allow access to a whitelist of URLs. What would be the easiest solution? I prefer open-source …
4
votes
8answers
730 views
In Python, How Do You Filter a String Such That Only Characters in Your List Are Returned?
Imagine a string, like 'Agh#$%#%2341- -!zdrkfd' and I only wish to perform some operating on it such that only the lowercase letters are returned (as an example), which in this c …
1
vote
2answers
336 views
How to Site-Lock a Flash Application?
I have a flash application that I am going to put up on my website shortly. I want to be able to "lock it" to the site to prevent:
Hosting the .SWF on another site (after an illi …
1
vote
2answers
132 views
email whitelist/blacklist in python/django
Hello,
I am writing a django app that keeps track of which email addresses are allowed to post content to a user's account. The user can whitelist and blacklist addresses as they …
0
votes
1answer
169 views
How to whitelist just some attributes with HTMLpurifier?
How to whitelist just some attributes with HTMLpurifier?
I want HTMLpurifier to delete all the other, not allowed attributes.
0
votes
0answers
123 views
Whitelist Model Binding doesn’t seem to work with complex properties
I have a POST action that looks like this:
public ActionResult Create([Bind(Include="userrole,credentials.emailAddress,credentials.password")]User u, string confirmPassword, bool …
