Liran Tal 3/12/2015

Prevent clickjacking on Drupal and other Apache web applications

Read Original

This technical article explains how to prevent clickjacking on Drupal and other Apache-based web applications. It provides a specific code snippet to add to the Apache configuration file, using the `X-Frame-Options: SAMEORIGIN` header to block the site from being embedded in an iFrame from a different origin.

Prevent clickjacking on Drupal and other Apache web applications

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week