Recent Activity
Admin
User for 1 year
Created Content
Recently Created Pages
Admin has not created any pages
Recently Created Chapters View All
Apache webserver
Make sure that the headers module is loaded: sudo a2enmod headers Add the following code to the...
Nginx webserver
In your nginx.conf file add: add-header X-Content-Type-Options "nosniff";
Microsoft IIS webserver
Start the application named: IIS Manager. Select your website On the right part of the screen...
Apache webserver
Make sure that the headers module is loaded: sudo a2enmod headers Add the following code to the...
Nginx webserver
In your nginx.conf file add: add-header X-Frame-Options "SAMEORIGIN";