diff --git a/lti_consumer/templates/html/lti_iframe.html b/lti_consumer/templates/html/lti_iframe.html index 7233ecee93fd9416a9527c6dcb7191160492bd42..95845d29497edc2748dba419bed5e0a52ac3cf73 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 37568c6c0760a64d29504e03e88a42daef8c97fe..25ab8271a30e3833c9e758a3e11d62a8b9307e03 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',