Page 1 of 1

Noscript ABE blocks App Inventor for Android

Posted: Mon Jan 03, 2011 9:04 am
by ice8008
To be precise it blocks Blocks Editor and prevents it to connect to the emulator. Anyway around this other then disabling ABE?

Re: Noscript ABE blocks App Inventor for Android

Posted: Mon Jan 03, 2011 10:14 am
by Giorgio Maone
Can I see the exact [ABE] message you get in Tools|Error Console when this happens?

Re: Noscript ABE blocks App Inventor for Android

Posted: Sun Sep 04, 2011 3:39 am
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

Re: Noscript ABE blocks App Inventor for Android

Posted: Sat Sep 10, 2011 7:12 pm
by thor42
Adding the following just before the line with the word Deny works for me:

Accept from appinventor.googlelabs.com

Re: Noscript ABE blocks App Inventor for Android

Posted: Sat Sep 10, 2011 7:28 pm
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.

Re: Noscript ABE blocks App Inventor for Android

Posted: Thu Jul 26, 2012 4:35 pm
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.