XF 1.2 Blank Login with FB

@Mike using
$config['enableClickjackingProtection'] = false;

works with FireFox...

removing
if (!XenForo_Application::isRegistered('config') || XenForo_Application::getConfig()->enableClickjackingProtection)
{
$this->_response->setHeader('X-Frame-Options', 'SAMEORIGIN');
}

Makes it get a blank page registering for the site. Odly only FireFox.. Still works any other browser
 
Top Bottom