Search found 9411 matches

by barbaz
Mon Jun 02, 2014 1:26 am
Forum: Web Tech
Topic: HttpFox
Replies: 7
Views: 5528

Re: HttpFox

No response yet. I guess this will have to wait for when I decide to get a Github account so I can file an issue. :|

Thank you both for your help.
by barbaz
Mon Jun 02, 2014 1:10 am
Forum: NoScript Development
Topic: Screwy Icon Status Indicators
Replies: 11
Views: 4816

Re: Screwy Icon Status Indicators

(Not that this is necessarily an exact regression range, but 2.6.8.25rc2 isn't affected, so I'm downgrading until this gets fixed.)
by barbaz
Mon Jun 02, 2014 1:03 am
Forum: NoScript Development
Topic: Screwy Icon Status Indicators
Replies: 11
Views: 4816

Re: Screwy Icon Status Indicators

:o :!: Confirmed. Seems scripts ARE actually allowed and running! Tried Firebug's console which doesn't work here on script-disabled sites... and it worked! Also, in the Web Console: [20:51:42.614] Use of getAttributeNode() is deprecated. Use getAttribute() instead. @ http://ajax.googleapis.com/ajax...
by barbaz
Sun Jun 01, 2014 11:10 pm
Forum: NoScript Support
Topic: Forced Surrogates
Replies: 41
Views: 10268

Re: Forced Surrogates

what will happen when the bad js is changed/updated? Then Giorgio might need to update the surrogate in NoScript to properly fake the changed functionality. But that's not any different from before. 1.)wouldn't ns now cause problems??? no 2.)would the bad js start working??? no 3.)in general,when t...
by barbaz
Sun Jun 01, 2014 9:40 pm
Forum: NoScript Support
Topic: Forced Surrogates
Replies: 41
Views: 10268

Re: Forced Surrogates

[Surrogate] External script surrogates are now triggered whenever a matching script fails to load,no matter the reason,e.g. NoScript permissions,ABE,ABP or RequestPolicy. i hope i'm wrong,but does this mean:bad js will run(on some level) even if it's blocked by ABE!? please tell me i'm wrong! you'r...
by barbaz
Sat May 31, 2014 6:17 pm
Forum: NoScript Support
Topic: False positive on Dropbox
Replies: 3
Views: 3071

Re: False positive on Dropbox

Not seeing anything like that here (yet?), but FWIW you're not the only one reporting Screwy Icon Status Indicators.
by barbaz
Fri May 30, 2014 4:33 pm
Forum: NoScript Development
Topic: [solved, false alarm] NoScript crashes Firefox on bahn.de
Replies: 7
Views: 3345

Re: [solved, false alarm] NoScript crashes Firefox on bahn.d

Probably that pref is Windows only. I don't have it in SM 2.26 on either Mac or Linux.

Come to think of it, hardware 2d acceleration itself might be a Windows-only feature.
by barbaz
Thu May 29, 2014 5:10 pm
Forum: NoScript Development
Topic: [INVALID] Blank space left behind by notification
Replies: 7
Views: 3150

Re: Blank space left behind by notification

Also happens on a clean profile, this browser/OS: 1) install noscript latest development build from that link 2) browse around adblockplus forum for a bit, read a few topics, use browser back button to get to index page a few times You'll eventually see the blank "notification bar" on the ...
by barbaz
Thu May 29, 2014 5:06 pm
Forum: NoScript Development
Topic: (Invalid) Scripts Not Blocked On data: URIs!
Replies: 10
Views: 5717

Re: Scripts Not Blocked On data: URIs!

This is by design. Actually NoScript goes great length to ensure this works. Of course, if a non-whitelisted page tries to load a data: URI, scripts will be blocked there. Ah OK then. Didn't realize NS differentiated between URL bar data: URI loads and content-originated data: URI loads. Tried the ...
by barbaz
Thu May 29, 2014 4:52 pm
Forum: NoScript Development
Topic: Local Replacement for ajax.googleapis.com (feature request)
Replies: 10
Views: 16894

Re: Local Replacement for ajax.googleapis.com (feature reque

ok, is there any way to control the order of execution? not that I know of However it seems that NoScript's ABE usually operates *after* script blocking so you could try to make an ABE rule to replace your RP settings for that site. Btw: Is there any (debug) log where I can check whether the surrog...
by barbaz
Thu May 29, 2014 3:46 pm
Forum: NoScript Development
Topic: Script blocked even when using "Allow scripts globally"
Replies: 2
Views: 1483

Re: Script blocked even when using "Allow scripts globally"

Yes, that's not the normal script blocking at all but rather the cross-site inclusion MIME type checker.
If you want to allow that to load you would have to add something like "jqueryjs.googlecode.com" (without quotes) to about:config -> noscript.inclusionTypeChecking.exceptions .
by barbaz
Thu May 29, 2014 3:08 pm
Forum: ABE
Topic: ABE not letting me connect to a link
Replies: 1
Views: 2781

Re: ABE not letting me connect to a link

What link?
What is the message from the Browser Console? (Ctrl-Shift-J)
by barbaz
Thu May 29, 2014 2:49 pm
Forum: NoScript Development
Topic: Local Replacement for ajax.googleapis.com (feature request)
Replies: 10
Views: 16894

Re: Local Replacement for ajax.googleapis.com (feature reque

when I'm browsing e.g. https://math.stackexchange.com/ I see red banner: "Mathematics Stack Exchange requires external JavaScript from another domain, which is blocked or failed to load." which comes due to the fact that I'm blocking ajax.googleapis.com using RequestPolicy. Is there anyth...
by barbaz
Thu May 29, 2014 1:41 am
Forum: NoScript Support
Topic: Eliminating frames from windows
Replies: 3
Views: 1297

Re: Eliminating frames from windows

tomt wrote:No it does not
In that case you'll need an addon that can do custom CSS, such as Adblock Plus or Stylish.
(It's at least theoretically possible to do with surrogate scripts in NS but that's probably more complicated than this needs to be.)