Search found 129 matches

by tlu
Sun Aug 22, 2010 5:05 pm
Forum: NoScript Support
Topic: [RESOLVED] Block non-host scripts?
Replies: 15
Views: 5829

Re: [RESOLVED] Block non-host scripts?

dhouwn wrote:
  • .example.com matches example.com and bla.example.com
  • *.example.com just matches bla.example.com
It's an extension to the common globbing mechanism.
Ah - thank you. This makes it clearer. (I told you I had a mental block :( )
by tlu
Sun Aug 22, 2010 1:31 pm
Forum: NoScript Support
Topic: [RESOLVED] Block non-host scripts?
Replies: 15
Views: 5829

Re: Block non-host scripts?

.google.com matches both http://www.google.com and google.com, while *.google.com matches all the subdomains but NOT google.com, and google.com matches only google.com. Giorgio, it seems that I'm having a mental block right now. I'm not able to fully understand the difference between .google.com an...
by tlu
Sun Aug 22, 2010 1:15 pm
Forum: NoScript Support
Topic: Noscript freeze on xooit.com forums
Replies: 5
Views: 2226

Re: Noscript freeze on xooit.com forums

Guest wrote:try to open a few pages in tabs,
I did, and no problems at all.
by tlu
Tue Aug 17, 2010 2:50 pm
Forum: NoScript Development
Topic: Noscript for Google Chrome?
Replies: 154
Views: 560398

Re: Noscript for Google Chrome?

I just saw that somebody has now developed a Chrome extension called NotScripts. I don't know how it compares to Noscript (and I don't use Chrome anyway) but it might be interesting for Giorgio to have a look at it. Details on http://optimalcycling.com/other-projects/notscripts/
by tlu
Sat Jul 31, 2010 9:44 am
Forum: ABE
Topic: Which is the best way to configure ABE?
Replies: 14
Views: 12582

Re: Which is the best way to configure ABE?

CsFire's behavior can be implemented with this one simple rule (to be put in the USER ruleset): # This rules allows authentication data to be sent with requests originated # from the same base domain, stripping it off otherwise Site * Accept from SELF++ Anon Ah - I had used the rule you had mention...
by tlu
Fri Jul 30, 2010 5:39 pm
Forum: ABE
Topic: Which is the best way to configure ABE?
Replies: 14
Views: 12582

Re: Which is the best way to configure ABE?

Thank you therube, I understand better now but still ABE settings are too complicated to common users :( In fact "common users" shouldn't touch them without guidance. The built-in rules already give significant protection against attacks from internet to intranet. Giorgio, are you also co...
by tlu
Fri Jul 30, 2010 5:27 pm
Forum: NoScript Development
Topic: Block specific JS-functions on allowed domains
Replies: 2
Views: 1871

Re: Block specific JS-functions on allowed domains

A better alternative to Configuration Mania (with regard to controlling JS) is actually Controle de Scripts. Its features are explained on its help site.
by tlu
Thu Jul 29, 2010 3:09 pm
Forum: NoScript Development
Topic: Block specific JS-functions on allowed domains
Replies: 2
Views: 1871

Re: Block specific JS-functions on allowed domains

I'd like a blocklist for specific Javascript functions that are blocked on trusted domains. If such a function was found there should be an alert that allows me to run the function or allow the function on that domain. You can use the FF extension Configuration Mania that offers to enable/disable s...
by tlu
Thu Jul 22, 2010 11:16 am
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

Re: amazon.de oddness

But the question remains why I can only see something on a website if it's blocked by Noscript :?: Probably because there's a <NOSCRIPT> fallback if you've got scripts disabled, while the script which would normally fill the document fails for some bug (the dom storage one above?) Yes, indeed, you ...
by tlu
Thu Jul 22, 2010 11:06 am
Forum: NoScript Support
Topic: Features: CSRF and NoScript
Replies: 9
Views: 6789

Re: Features: CSRF and NoScript

Then, shouldn't ABE "Anon" rule be in the global System ruleset? If I understand correctly, there's a bug in Geckos which doesn't allow to strip HTTP Auth from CSR, and thus to implement CORS correctly? If ABE does this, and there's a dedicated extension just for that - wouldn't it to be ...
by tlu
Thu Jul 22, 2010 10:51 am
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

Re: amazon.de oddness

Whenever I get this error, the line referred to is this: return parseInt( sessionStorage.getItem([...]_pop_gw_ir04purchasepageValue') ); Do you perhaps have DOM storage disabled? The check Amazon does to see if sessionStorage is supported is faulty; it only checks the existence of sessionStorage , ...
by tlu
Mon Jul 19, 2010 9:44 am
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

Re: amazon.de oddness

A similar problem today: When I select, e.g., a book on amazon.de there is an area headed "Customers who bought this article also bought ...". This areas is blank when images-amazon.com is allowed in NS. The error console shows this error: Fehler: uncaught exception: [Exception... "Se...
by tlu
Sun Jul 18, 2010 2:43 pm
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

Re: amazon.de oddness

Okay, I disabled Noscript, restarted FF and all was well - although the site looked somehow different now. So I activated Noscript and restarted FF once more - and the site still looks well (no blank areas) although ssl-images-amazon.com is now allowed in NS. Funny. Either a cache problem or perhaps...
by tlu
Sun Jul 18, 2010 2:06 pm
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

Re: amazon.de oddness

Can you see any [NoScript XSS] message in Tools|Error Console ? No, I don't. Nevertheless I disabled XSS protection in Noscript but again to no avail. BTW: Error console also says www.amazon.de : server does not support RFC 5746, see CVE-2009-3555 and various warnings like Warnung: Fehler beim Vera...
by tlu
Sun Jul 18, 2010 1:29 pm
Forum: NoScript Support
Topic: amazon.de oddness
Replies: 9
Views: 3769

amazon.de oddness

I'm a registered user of amazon.de, and I've enabled cookies for this site. Whenever I enter it, it represents 2 areas headed with "New recommendations for you" and "New for you". Both areas are blank, though - I only see images and text for the fraction of a second when the site...