Forum Moderators: phranque
1) This would be a UK site, so I guess basing it in the US (or anywhere outside the UK) would be sensible for legal purposes.
2) Not using cookies would seem sensible.
so far so good...
3) I would want to explicitly NOT log IP addresses routinely (except for forum comments). If the information isn't stored, it cannot be recovered even with a search warrant.
Is this possible?
Is it worthwhile, could IP addresses be recovered by some means?
4) So far as is possible, I would want to explicitly NOT record any browsing history, etc. (i.e. leave no trace on the user's computer). Does anyone have any thoughts on how this might be achieved?
I appreciate that some WW users may not feel comfortable posting suggestions in a public forum since there may be black-hat uses for them, in this case, I will be happy to take suggestions by mail.
Kaled.
You could consider SSL for the whole site, as the communications between the user and your server would be encrypted and so can't be deciphered by third-parties (MITM). The server-load would increase though, and it's not a panacea.
One issue you haven't clarified - you want your users to be anonymous, but do you want you (ie. the domain owner and site operator) to be anonymous too?
As for server location, there are no "safe harbors" where you would not be subject to any regulation. If you host in the US, the hosting company will have to comply with court orders issued in their home state. Following on from the above comment, are you going to be prepared to mount a defense for any legal action in the hosting company's jurisdiction? Or are you going to jump from host to host? Same goes for the domain registrar - choose carefully, as it is easy to change servers, but much harder to change domains.
1) The whistle-blowing facility would be merely a small part of a much larger site. (But it might prove to be an important part.)
2) As the owner, I would not hide behind anonymity.
3) As the owner, I would cooperate with law-enforcement agencies, however, my thinking is that if little or no information is stored, little or no information can be provided. So far as I am aware, whilst ISPs are required to log data requests and emails, neither website owners nor hosts are required to do so. For instance, if Google didn't store data on search requests, the US authorities could not request it. With respect to not storing IP addresses, I was thinking along the lines of filtering the logs in real-time so that the last six decimal digits are zeroed. This would provide enough information for useful site analysis whilst being more or less useless to the authorities. If it's possible to configure what information is logged, that might be ideal.
encyclo said
You could consider SSL for the whole site
encyclo said
If you have a forum, then you will need either cookies of sessions...I do not plan to provide enhanced privacy for forum users. The site and the forums would be run responsibly and I would not wish to encourage irresponsible posts. Forums could operate on a sister site to ensure normal IP address logging applied.
Kaled.
This would provide enough information for useful site analysis whilst being [u]more or less useless to the authorities[/u].If the authorities get involved, wouldn't they be likely to consider your actions as aiding and abetting? I'd be very reluctant to start a site that deliberately destroys (or that takes specific steps to avoid collecting) data that the authorities are likely to want.
[edited by: MatthewHSE at 5:43 pm (utc) on Dec. 5, 2008]
I've given the matter of keeping the browser history clean some thought. The following might help
1) Using frames.
2) Using Cache-Control: no-cache
3) Avoiding images and external javascript/css.
I've started to consider content-management. The site would be largely article/comment based. Article-writers might reach a few dozen in number and registered users would be able to add comments. All thoughts/suggestions are welcome.
Kaled.