Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the websocket configurable. #167

Merged
merged 1 commit into from
Jun 1, 2015

Conversation

ralphbean
Copy link
Contributor

It was hardcoded to phone home to Fedora Infra's infrastructure, but
SDub noticed that his private instance was also phoning home. We should
let others disable that or point it at their own websocket server.

It was hardcoded to phone home to Fedora Infra's infrastructure, but
SDub noticed that his private instance was also phoning home.  We should
let others disable that or point it at their own websocket server.
@@ -83,7 +83,14 @@
<script src="{{ url_for('static', filename='jquery-2.1.0.min.js') }}"></script>
{% if autoscroll %}
<script src="{{ url_for('static', filename='autoscroll.js') }}"></script>
{% if websocket_address is defined %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want the is defined part? If the variable is not set, or is null, jinja will treat it in the same way.

@pypingou
Copy link
Member

1 comment, otherwise 👍

@ralphbean
Copy link
Contributor Author

Thanks @pypingou. I could go either way with the is defined part, so I'll just leave it.

ralphbean added a commit that referenced this pull request Jun 1, 2015
@ralphbean ralphbean merged commit 08a3205 into develop Jun 1, 2015
@ralphbean ralphbean deleted the feature/configurable-websocket branch June 1, 2015 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants