Noscript ABE blocks App Inventor for Android

Ask for help about NoScript, no registration needed to post
ice8008

Noscript ABE blocks App Inventor for Android

Post by ice8008 »

To be precise it blocks Blocks Editor and prevents it to connect to the emulator. Anyway around this other then disabling ABE?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
User avatar
Giorgio Maone
Site Admin
Posts: 9557
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Noscript ABE blocks App Inventor for Android

Post by Giorgio Maone »

Can I see the exact [ABE] message you get in Tools|Error Console when this happens?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
thor42

Re: Noscript ABE blocks App Inventor for Android

Post by thor42 »

ABE is showing the following. I do not know how to enable this thru ABE configuration:

Code: Select all

[ABE] <LOCAL> Deny on {GET http://127.0.0.1:50336/quit?output=json&callback=jsonpcb&id=jr_2&s=550996309 <<< http://appinventor.googlelabs.com/ode/Ya.html#1489827 - 2}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20100101 Firefox/6.0.1
thor42

Re: Noscript ABE blocks App Inventor for Android

Post by thor42 »

Adding the following just before the line with the word Deny works for me:

Accept from appinventor.googlelabs.com
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
User avatar
Giorgio Maone
Site Admin
Posts: 9557
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Noscript ABE blocks App Inventor for Android

Post by Giorgio Maone »

thor42 wrote:Adding the following just before the line with the word Deny works for me:

Accept from appinventor.googlelabs.com
Sorry, I missed your previous reply.
Yes, that's the right thing to do.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Cerberus
Posts: 1
Joined: Thu Jul 26, 2012 4:32 pm

Re: Noscript ABE blocks App Inventor for Android

Post by Cerberus »

This code works for me with the new App Inventor on the MIT site:

Code: Select all

# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from  *.appinventor.mit.edu
Deny
I have this in SYSTEM and nothing else there.
Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
Post Reply