NoScript Database

Bug reports and enhancement requests
Post Reply
dkovacevic
Posts: 1
Joined: Wed Dec 17, 2014 6:06 am

NoScript Database

Post by dkovacevic »

I am attempting to create a system that my employer can use that will block traffic to non-whitelisted domains / IPs using user controlled whitelists and group whitelists. The system uses Squid to allow for browser compatibility. A custom error page redirects a browser's request to an Apache PHP MySQL server, which then allows the user to enter whitelist information (for themselves and for groups they have write permissions to).

I've run into a problem in building this system: whitelisting the domain in the URL is obviously not sufficient for modern day usage, as there are many other connections made to other domains. I haven't even begun to consider how to handle cross site scripting.

I am posting this here because I recognize that the NoScript developers will have a lot of experience with whitelisting domains, and what is involved. Do you have any suggestions on how to proceed? Should I consider starting a new "project"?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: NoScript Database

Post by Thrawn »

You may want to take a look at the ABE module in NoScript. It is ordinarily part of NoScript, but was designed to be capable of working as an independent request filter.

Unfortunately the problem of 'site X depends on sites A, B, and C, which in turn depend on D-Z', does not have a simple solution.
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Post Reply