at path:
ROOT
/
wp-content
/
jetpack-waf
/
bootstrap.php
run:
R
W
Run
rules
DIR
2025-12-13 10:17:21
R
W
Run
bootstrap.php
569 By
2026-01-13 02:52:53
R
W
Run
Delete
Rename
error_log
up
📄
bootstrap.php
Save
<?php define( 'DISABLE_JETPACK_WAF', false ); if ( defined( 'DISABLE_JETPACK_WAF' ) && DISABLE_JETPACK_WAF ) return; define( 'JETPACK_WAF_MODE', 'silent' ); define( 'JETPACK_WAF_SHARE_DATA', false ); define( 'JETPACK_WAF_SHARE_DEBUG_DATA', false ); define( 'JETPACK_WAF_DIR', '/dom859649/wp-content/jetpack-waf' ); define( 'JETPACK_WAF_WPCONFIG', '/dom859649/wp-content/../wp-config.php' ); define( 'JETPACK_WAF_ENTRYPOINT', 'rules/rules.php' ); require_once '/dom859649/wp-content/plugins/jetpack/vendor/autoload.php'; Automattic\Jetpack\Waf\Waf_Runner::initialize();