Skip to content

Commit 8689e7e

Browse files
Revert "fix: remove preview sites from allowed embedding pages (#25)" (#26)
This reverts commit 54507f4. We revert this commit as the upstream change was merged in the master branch and is not to be backported to teak. Therefore, the current builds running on top of teak are failing.
1 parent c413654 commit 8689e7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tutorjupyter/templates/jupyter/apps/jupyterhub_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}:8000",
3030
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ CMS_HOST }}",
3131
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ CMS_HOST }}:8001",
32+
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ PREVIEW_LMS_HOST }}",
33+
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ PREVIEW_LMS_HOST }}:8000",
3234
]
3335
{% if MFE_HOST is defined %}
3436
frame_ancestors += [

0 commit comments

Comments
 (0)