We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8fa08 commit f0b653eCopy full SHA for f0b653e
web/app/jetpack-waf/bootstrap.php
@@ -6,5 +6,6 @@
6
define( 'JETPACK_WAF_SHARE_DEBUG_DATA', false );
7
define( 'JETPACK_WAF_DIR', '/app/web/app/jetpack-waf' );
8
define( 'JETPACK_WAF_WPCONFIG', '/app/web/app/../wp-config.php' );
9
+define( 'JETPACK_WAF_ENTRYPOINT', 'rules/rules.php' );
10
require_once '/app/web/app/plugins/jetpack/vendor/autoload.php';
11
Automattic\Jetpack\Waf\Waf_Runner::initialize();
0 commit comments