Skip to content

Commit a420772

Browse files
committed
no need for explicit domain names here. No they are in the datastore
1 parent 350b8e7 commit a420772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide/routes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
# python_version 2.7 works and can be deployed with Google App Engine Launcher 1.7.6
2929

3030
localport = '8080' # normally 8080
31-
weblocs_safe = ["glowscript.org", "localhost:"+localport, "127.0.0.1:"+localport,
32-
"spvi.net","appspot.com", "devbasherwo.org"] # safe for now
31+
weblocs_safe = ["localhost:"+localport, "127.0.0.1:"+localport,] # only need these for local development
3332

3433
import json
3534
from io import BytesIO

0 commit comments

Comments
 (0)