- Posts: 33
How To / General
Joomdle Wrapper Menu item - Browser security error
- 3by400, Inc.
-
Topic Author
- Offline
- Junior Member
-
Less
More
4 years 3 months ago #1
by 3by400, Inc.
Joomdle Wrapper Menu item - Browser security error was created by 3by400, Inc.
We've enabled the "Allow frame embedding" setting in Moodle but we're still seeing the security warning in place of Moodle loading in a wrapper in Joomla. Is there another setting that is required to make the wrapper display work?
Please Log in or Create an account to join the conversation.
- 3by400, Inc.
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 33
4 years 3 months ago #2
by 3by400, Inc.
Replied by 3by400, Inc. on topic Joomdle Wrapper Menu item - Browser security error
I discovered that I also had to add the following to the Moodle site's .htaccess file in order to allow Moodle to be framed.
Code:
Header set Content-Security-Policy "frame-ancestors https://joomla-domain-here.com;"
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
4 years 3 months ago #3
by Antonio Durán
Replied by Antonio Durán on topic Joomdle Wrapper Menu item - Browser security error
Thanks for the info, I had never used that, but will keep it in mind if other users report similar problems.
Please Log in or Create an account to join the conversation.