From a56dc422f301377724cd2133de04eb80363efd32 Mon Sep 17 00:00:00 2001
From: Farhanah Sheets <fsheets@edx.org>
Date: Wed, 7 Feb 2018 13:57:48 -0500
Subject: [PATCH] Add allowances to handle chrome v64 iframe updates

---
 lti_consumer/templates/html/lti_iframe.html | 1 +
 setup.py                                    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lti_consumer/templates/html/lti_iframe.html b/lti_consumer/templates/html/lti_iframe.html
index 7233ece..95845d2 100644
--- a/lti_consumer/templates/html/lti_iframe.html
+++ b/lti_consumer/templates/html/lti_iframe.html
@@ -7,4 +7,5 @@
     allowfullscreen="true"
     webkitallowfullscreen="true"
     mozallowfullscreen="true"
+    allow="microphone *; camera *; midi *; geolocation *; encrypted-media *"
 ></iframe>
diff --git a/setup.py b/setup.py
index 37568c6..25ab827 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def package_data(pkg, roots):
 
 setup(
     name='lti_consumer-xblock',
-    version='1.1.6',
+    version='1.1.7',
     description='This XBlock implements the consumer side of the LTI specification.',
     packages=[
         'lti_consumer',
-- 
GitLab