Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



Clickjacking - Quic...
 
Share:
Notifications
Clear all

[Solved] Clickjacking - Quick fix for Apache or .htaccess files

1 Posts
1 Users
0 Reactions
3,648 Views
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2728
Topic starter  

Clickjacking is not a new issue, but one that is quite often overlooked, yet super easy to fix.

In Apache you can add the following line to your httpd.conf. This will protect ALL websites on your server:

Header always append X-Frame-Options SAMEORIGIN

 

Tip: if you're using cPanel/WHM on your webserver, go to:

Home » Service Configuration » Apache Configuration » Include Editor » pre virtual host »  select "All versions", and add this line there.
Apache will need to restart.

 

Alternatively you can add the following to your .htaccess file:

Header append X-FRAME-OPTIONS “SAMEORIGIN”

 


   
ReplyQuote
Share: