Password iframe gets blocked by browser
- Password checker iframe does not work
Background-information:
The password checker is a small JavaScript application that gets included in an iframe. For security reasons that iframe needs to be hosted under the (exact) same domain as where the course is hosted. This used to be learn.<domain>
, but now it's apps.learn.<domain>
.
We used to have nginx serve as a reverse proxy learn.<domain>/js-components/
to host the content for the iframe. However, nginx got removed from Tutor.
Edited by Maarten de Waard