|
Feedback and Suggestions We want to hear your thoughts and ideas! |
|
Thread Tools | Display Modes |
|
||||
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 /etc/privoxy/config Code:
forward .daemonforums.org . |
|
|||
If I were you I would experiment with forwarding. Maybe a few new lines will do the job.
Code:
forward .daemonforums.org . forward *.daemonforums.org . # I do not know if this is semantically correct forward daemonforums.org . |
|
|||
Sorry, I have no idea
You could try to run tcpdump to capture traffic with firefox, and compare that with the tcpdump data when you connect with Dillo.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
You can also obtain some information on applied rules on page:
http://config.privoxy.org/show-url-i...emonforums.org Added: my output for daemonforums.org match-all.action Code:
{+change-x-forwarded-for{block} +client-header-tagger{image-requests} +client-header-tagger{css-requests} +filter{refresh-tags} +filter{img-reorder} +filter{banners-by-size} +filter{webbugs} +filter{jumping-windows} +hide-from-header{block} +hide-referrer{conditional-block} +session-cookies-only +set-image-blocker{pattern} } Code:
{+hide-user-agent{Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2598.0 Safari/537.36} } / {+limit-cookie-lifetime{30} } / {+overwrite-last-modified{block} } / {+hide-if-modified-since{block} } / {+hide-referrer{forge} } Code:
+change-x-forwarded-for{block} +client-header-tagger{image-requests} +client-header-tagger{css-requests} +filter{refresh-tags} +filter{img-reorder} +filter{banners-by-size} +filter{webbugs} +filter{jumping-windows} +hide-from-header{block} +hide-if-modified-since{block} +hide-referrer{forge} +hide-user-agent{Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2598.0 Safari/537.36} +limit-cookie-lifetime{30} +overwrite-last-modified{block} +session-cookies-only +set-image-blocker{pattern} Last edited by e1-531g; 22nd February 2016 at 10:28 PM. Reason: added my rules |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Elinks vs Daemonforums | Beastie | Feedback and Suggestions | 3 | 23rd January 2011 05:51 AM |
daemonforums in Midori | Mr-Biscuit | Off-Topic | 3 | 8th January 2011 10:35 PM |
DaemonForums on BSDTalk | ai-danno | Feedback and Suggestions | 12 | 28th July 2008 07:16 AM |