Skip to content

Commit f0b653e

Browse files
committed
fix: add new Jetpack env var
1 parent 3d8fa08 commit f0b653e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/app/jetpack-waf/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
define( 'JETPACK_WAF_SHARE_DEBUG_DATA', false );
77
define( 'JETPACK_WAF_DIR', '/app/web/app/jetpack-waf' );
88
define( 'JETPACK_WAF_WPCONFIG', '/app/web/app/../wp-config.php' );
9+
define( 'JETPACK_WAF_ENTRYPOINT', 'rules/rules.php' );
910
require_once '/app/web/app/plugins/jetpack/vendor/autoload.php';
1011
Automattic\Jetpack\Waf\Waf_Runner::initialize();

0 commit comments

Comments
 (0)