Linux 软件免费装
Banner图

WP Anti-Clickjack

开发者 someguy9
更新时间 2024年3月25日 21:44
捐献地址: 去捐款
PHP版本: 5.0.0 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

security clickjacking Browser Frame Breaking Script anti click jacking

下载

1.5.3 1.6.2 1.6.3 1.7.4 1.7.8 1.6.5 1.7.1 1.5.4 1.6.0 1.0.0 1.1.1 1.3.0 1.4.0 1.5.0 1.5.2 1.6.1 1.6.4 1.7.0 1.7.3 1.1.0 1.5.1 1.7.2 1.7.5 1.7.6 1.7.7

详情介绍:

Prevent your site from being clickjacked with this plugin that includes the X-Frame-Options SAMEORIGIN and a modified version of OWASP's legacy browser frame breaking script. The OWASP's legacy browser frame breaking script is modified to work in browsers without Javascript (as well as browsers with Javascript). This additional script prevents other sites from putting your site in an iFrame for security reasons. You can read more about clickjacking defense on OWASP Additional Details If you'd like to disable the clickjacking JavaScript on a page you can use this filter in your theme's functions.php file. add_filter('wp_anti_clickjack', '__return_false' ); If you'd like to disable the clickjacking X-Frame-Options HTTP header you can use this filter in your theme's functions.php file. add_filter('wp_anti_clickjack_x_frame_options_header', '__return_false' );

安装:

To install this plugin:
  1. Download the plugin
  2. Upload the plugin to the wp-content/plugins directory,
  3. Go to "plugins" in your WordPress admin, then click activate.

更新日志:

1.7.8 1.7.7 1.7.6 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.7.0 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.0 1.3.0 1.2.0 1.1.1 1.1 1.0