Skip to content

Commit 2fc4670

Browse files
committed
added citation
1 parent 04d0fea commit 2fc4670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cs50/flask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
pass
2222

2323
# Add support for Cloud9 proxy so that flask.redirect doesn't redirect from HTTPS to HTTP
24+
# http://stackoverflow.com/a/23504684/5156190
2425
if getenv("C9_HOSTNAME") and not getenv("IDE_OFFLINE"):
2526
try:
2627
import flask

0 commit comments

Comments
 (0)