Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I just installed NPC plugin on to Cacti 0.8.8f and it's missing the top header. Seems like the iframe is not working. I added iframe allow to apache config.
Cacti breaks the iframe settings. if you want to show iframe/frame, change the following parameter to false, which in cacti file include/csrf/csrf-magic.php
/**
* Set this to false if your site must work inside of frame/iframe elements,
* but do so at your own risk: this configuration protects you against CSS
* overlay attacks that defeat tokens.
*/
$GLOBALS['csrf']['frame-breaker'] = true;