Skip to content
Snippets Groups Projects
Commit a56dc422 authored by Farhanah Sheets's avatar Farhanah Sheets
Browse files

Add allowances to handle chrome v64 iframe updates

parent 003dbc95
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,5 @@ ...@@ -7,4 +7,5 @@
allowfullscreen="true" allowfullscreen="true"
webkitallowfullscreen="true" webkitallowfullscreen="true"
mozallowfullscreen="true" mozallowfullscreen="true"
allow="microphone *; camera *; midi *; geolocation *; encrypted-media *"
></iframe> ></iframe>
...@@ -22,7 +22,7 @@ def package_data(pkg, roots): ...@@ -22,7 +22,7 @@ def package_data(pkg, roots):
setup( setup(
name='lti_consumer-xblock', name='lti_consumer-xblock',
version='1.1.6', version='1.1.7',
description='This XBlock implements the consumer side of the LTI specification.', description='This XBlock implements the consumer side of the LTI specification.',
packages=[ packages=[
'lti_consumer', 'lti_consumer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment