Re: NSP: Sorry Dave, I can't let you do that
Posted: Wed Oct 11, 2017 8:55 am
Lets try this, edit the /etc/httpd/conf/httpd.conf file and comment out the these 2 lines at the bottom of the file
Save the file and restart Apache
Let us know how it works out.
Code: Select all
header always set x-frame-options "SAMEORIGIN"
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;SecureCode: Select all
service httpd restart