[RESOLVED] Folding@home (Stanford University) - Web Control

Ask for help about NoScript, no registration needed to post
jmward
Posts: 4
Joined: Mon Nov 10, 2014 4:41 pm

[RESOLVED] Folding@home (Stanford University) - Web Control

Post by jmward »

Hi, I am an enthusiastic user of NoScript, which I regard as a security tool second only to wire-cutters in its effectiveness, and a great admirer of the wonderful development team. And yes, you're right, I do want something. I'm also an enthusiastic participant in the Folding@home distributed supercomputing medical project (https://folding.stanford.edu/home/). The Folding software includes web control and monitoring, but NoScript inhibits this - if I disable NoScript, Web Control works. The Web Control page works from http://folding.stanford.edu/client/, using various modes of local access, as far as I can tell (via 127.0.0.1, etc), so I have tried turning off ABE and XSS, and making the URL a trusted site, with no success. Unfortunately I'm just not good enough at this stuff to figure it out for myself (regular expressions bring me out in a rash), so I'm hoping you can tell me what adjustments to make to enable Folding@home Web Control.

No pressure; this is just an irritating WBN (would-be-nice), rather than a showstopper. But I look forward to finding out what the problem (and solution) is.

Regards,

J M Ward
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
barbaz
Senior Member
Posts: 11066
Joined: Sat Aug 03, 2013 5:45 pm

Re: Folding@home (Stanford University) - Web Control

Post by barbaz »

When it fails, do you see anything related in the Browser Console? (Ctrl-Shift-J)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
*Always* check the changelogs BEFORE updating that important software!
w3m/0.5.1
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: Folding@home (Stanford University) - Web Control

Post by Thrawn »

If the spam filter won't let you post it, then send it to one of us via private message.

Thanks for posting!
======
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:33.0) Gecko/20100101 Firefox/33.0
jmward
Posts: 4
Joined: Mon Nov 10, 2014 4:41 pm

Re: Folding@home (Stanford University) - Web Control

Post by jmward »

Thank you for your replies. The problem seems to be related to ABE. The relevant log entry is as follows:

[ABE] <LOCAL> Deny on {GET http://127.0.0.1:7396/ping?callback=jQu ... 5713876486 <<< http://folding.stanford.edu/client/ - 2}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny

Regards,
JMW
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
barbaz
Senior Member
Posts: 11066
Joined: Sat Aug 03, 2013 5:45 pm

Re: Folding@home (Stanford University) - Web Control

Post by barbaz »

add above the default SYSTEM rule

Code: Select all

Site http://127.0.0.1:7396/*
Accept from folding.stanford.edu
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; BSD Four) AppleWebKit/534.34 (KHTML, like Gecko) konqueror/4.11.5 Safari/534.34
jmward
Posts: 4
Joined: Mon Nov 10, 2014 4:41 pm

Re: Folding@home (Stanford University) - Web Control

Post by jmward »

Nice one, barbaz. Worked like a charm, once I'd removed an experimental USER rule that I'd entered.

Many thanks, that's improved my day no end.

Regards,
Martin Ward
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Post Reply