Noscript ABE blocks App Inventor for Android
Posted: Mon Jan 03, 2011 9:04 am
To be precise it blocks Blocks Editor and prevents it to connect to the emulator. Anyway around this other then disabling ABE?
NoScripters and WebSec nerds of all lands, unite!
https://forums.informaction.com/
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
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
Code: Select all
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from *.appinventor.mit.edu
Deny