Noscript ABE blocks App Inventor for Android
-
ice8008
Noscript ABE blocks App Inventor for Android
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
- 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
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
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
Adding the following just before the line with the word Deny works for me:
Accept from appinventor.googlelabs.com
Accept from appinventor.googlelabs.com
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
- 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
Sorry, I missed your previous reply.thor42 wrote:Adding the following just before the line with the word Deny works for me:
Accept from appinventor.googlelabs.com
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
Re: Noscript ABE blocks App Inventor for Android
This code works for me with the new App Inventor on the MIT site:
I have this in SYSTEM and nothing else there.
Code: Select all
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from *.appinventor.mit.edu
DenyMozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1