overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
39 stars 50 forks source link

Required settings modification in native builds #18

Closed lpm0073 closed 3 years ago

lpm0073 commented 3 years ago

in native builds on Lilac (perhaps other versions as well) you have to change the following setting found in both edx/etc/lms.yml and /edx/etc/studio.yml:

change this: X_FRAME_OPTIONS: DENY

to this: X_FRAME_OPTIONS: SAMEORIGIN

regisb commented 3 years ago

Thanks for the heads up Lawrence! I added some instructions to the README.