Allow Inline JavaScript in CSP

Description: Allows or blocks inline JS (unsafe-inline) in CSP (Pro).

How it works: builder_allow_inline_js controls whether inline scripts are permitted; disallowing improves security but may break some themes/plugins.

How to access / configure:

  1. WP Admin → AegisShield → Security Headers → CSP Builder.
  2. Toggle “Allow inline JS”.
  3. Save and test site functionality.

Recommended setting: Prefer OFF; only enable if required and plan to migrate to nonces/hashes later.