I have hosted a website which is created using Wordpress.
I am getting a security alert saying "X-Frame-Options Header Not Set"
, but I can't figure out what that means.
Can anyone explain what this warning is about, and give me a solution on how to stop it from occuring?
In any PHP application the header can be set before page content is sent. This is done using the header function.