Page 1 of 1

NoScript 2.6.8.40 and ebay.de

Posted: Wed Sep 03, 2014 3:53 pm
by luke
I'm using latest NoScript version on Firefox ESR 24.8.0 experiencing difficulties to have ebay.de working fin. I whitelisted ebay.de, ebaystatic.de and ebaydesc.com as well. Last one is required for displaying the description text in the offers. However, the desired text will still no shown up and NoScript tells me an IFrame@http://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll is still blocked, even ebaydesc.com is whitelisted.

I checked on ebay.com (by adding ebay.com and ebayrtm.com to whitelist too) and I figured no such error ride away on the ebay.com site. I don't know if this is just site-related.

I have now all domains whitelisted:
ebay.de
ebaystatic.de
ebaydesc.com
ebay.com
ebayrtm.com
ebayobject.com

No success yet. How can I resolve this issue except clicking into the description field by hand every time to allow the appearance once?

Thanks for feedback.

Re: NoScript 2.6.8.40 and ebay.de

Posted: Wed Sep 03, 2014 4:10 pm
by barbaz
noscript options -> embeddings -> uncheck "apply these restrictions to whitelisted sites too"
*or*
add something like

Code: Select all

FRAME@https?://(?:.*\.)?ebaydesc\.com
to about:config -> noscript.allowedMimeRegExp

Re: NoScript 2.6.8.40 and ebay.de

Posted: Wed Sep 03, 2014 4:43 pm
by luke
First option would also bypass restrictions set for whole whitelist then, right? So, I picked the syntax and pasted it into the FF configuration. The description in ebay is well displayed now. Thanks for your quick reply!

But, maybe one silly question - is this the the genral way to deal with such an issue/domain? Can I just add additional stuff in this configuration line, assuming to find correct syntax?

Re: NoScript 2.6.8.40 and ebay.de

Posted: Wed Sep 03, 2014 5:14 pm
by barbaz
Yes, as long as the site originating the thing you want to Allow isn't marked as Untrusted.

Re: NoScript 2.6.8.40 and ebay.de

Posted: Wed Sep 03, 2014 5:22 pm
by luke
Okay, I do need to get in touch somewhat more with some of the NoScript features. Thanks again, you have helped me out for now on the ebay issue.