Iframes: Difference between revisions

From Wiki
Jump to navigation Jump to search
(Created page with "==Enable iframes== <pre> Add the following to the sites htaccess: Header always unset X-Frame-Options </pre>")
 
mNo edit summary
 
Line 1: Line 1:
==Enable iframes==
==Enable iframes==
<pre>
<pre>
Add the following to the sites htaccess:
Add the following to the .htaccess of the website:


Header always unset X-Frame-Options
Header always unset X-Frame-Options
</pre>
</pre>

Latest revision as of 16:09, 21 February 2023

Enable iframes

Add the following to the .htaccess of the website:

Header always unset X-Frame-Options