We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d0fea commit 2fc4670Copy full SHA for 2fc4670
src/cs50/flask.py
@@ -21,6 +21,7 @@
21
pass
22
23
# Add support for Cloud9 proxy so that flask.redirect doesn't redirect from HTTPS to HTTP
24
+ # http://stackoverflow.com/a/23504684/5156190
25
if getenv("C9_HOSTNAME") and not getenv("IDE_OFFLINE"):
26
try:
27
import flask
0 commit comments