We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc4670 commit 7383f11Copy full SHA for 7383f11
src/cs50/flask.py
@@ -22,7 +22,7 @@
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"):
+ if getenv("C9_PROJECT") == "ide50" and not getenv("IDE_OFFLINE"):
26
try:
27
import flask
28
from werkzeug.contrib.fixers import ProxyFix
0 commit comments