bugdown: Rewrite image urls to avoid mixed-content warnings.

(imported from commit fc0a41befb04f2a8aad2937a856366ac3cadb192)
This commit is contained in:
Tim Abbott
2013-08-28 16:45:26 -04:00
parent a575ea997f
commit b557b94d0b
3 changed files with 26 additions and 3 deletions

View File

@@ -580,6 +580,9 @@ OPENID_RENDER_FAILURE = openid_failure_handler
MAILCHIMP_API_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-us4'
ZULIP_FRIENDS_LIST_ID = '84b2f3da6b'
# This should be synced with our camo installation
CAMO_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
# Client-side polling timeout for get_events, in milliseconds.
# We configure this here so that the client test suite can override it.
# We already kill the connection server-side with heartbeat events,