View Single Post
  #1   (View Single Post)  
Old 22nd February 2016
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default How to access daemonforums with Dillo browser

Hi,

I use OpenBSD and Firefox is a very slow blundering mess on my machine so I use Dillo for most web access. It starts quickly and doesn't load the machine. There is no javascript, but most of the time I consider that to be positive. Accessing daemonforums.org with Dillo would be fine except I can't stay logged in long enough to do anything. Here's my setup:

Dillo -> Privoxy -> Tor

Dillo is configured to enable cookies for daemonforums:
/home/hanzer/.dillo/cookiesrc
Code:
DEFAULT DENY
daemonforums.org ACCEPT
Privoxy is configured to bypass Tor for daemonforums.org connections:
/etc/privoxy/config
Code:
forward           .daemonforums.org     .
So, I think cookies and IP tracking are enabled. What else does daemonforums need to maintain a session?
Reply With Quote