- Compatible XF Versions
- 1.2
- 1.3
- 1.4
This add-on adds a small piece of Javascript code to detect when the site is being loaded inside an iFrame.
To allow iFrames to be used on other sites, you will need to add the following to your config.php file:
To allow iFrames to be used on other sites, you will need to add the following to your config.php file:
PHP:
$config['enableClickjackingProtection'] = false;