From 3d62d20549183f81049c78244d9aae8dcfd9a32e Mon Sep 17 00:00:00 2001 From: lone-cloud Date: Sun, 10 Jan 2016 11:52:38 -0800 Subject: [PATCH] adding the youtube demo video --- app/pods/components/huegasm-app/template.hbs | 4 +++- config/environment.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/pods/components/huegasm-app/template.hbs b/app/pods/components/huegasm-app/template.hbs index 160f674..66c2439 100644 --- a/app/pods/components/huegasm-app/template.hbs +++ b/app/pods/components/huegasm-app/template.hbs @@ -8,7 +8,9 @@
Huegasm

Huegasm is a free web application for controlling your Philips Hue lights...oh and it's pretty awesome at synchronizing your music with your lights.

- {{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}} + + + {{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}} {{/if}} {{/if}} diff --git a/config/environment.js b/config/environment.js index 57ee2b0..3f4d7fd 100644 --- a/config/environment.js +++ b/config/environment.js @@ -29,7 +29,7 @@ module.exports = function(environment) { 'media-src': "'self' api.soundcloud.com *.sndcdn.com blob:", 'style-src': "'self' 'unsafe-inline' fonts.googleapis.com", 'object-src': "'self' connect.soundcloud.com", - 'frame-src': "'self'" + 'frame-src': "'self' www.youtube.com" } };