Links in courseware iframed in MFEs navigate parent window (#22962)

[TNL-7043] If vertical block content is in an iframe in the learning microfrontend app, add a base tag in the head (of the iframe document) to force links to navigate the parent window.
This commit is contained in:
Adam Butterworth
2020-01-28 15:49:54 -05:00
committed by GitHub
parent f46458fbfe
commit 2968401e09
4 changed files with 19 additions and 0 deletions

View File

@@ -293,3 +293,6 @@ SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
EDXNOTES_INTERNAL_API = 'http://edx.devstack.edxnotesapi:18120/api/v1'
EDXNOTES_CLIENT_NAME = 'edx_notes_api-backend-service'
############## Settings for Microfrontends #########################
LEARNING_MICROFRONTEND_URL = 'http://localhost:2000/'