Frame Ancestors

Description: Restricts which sites can embed your site in an iframe (anti-clickjacking) (Pro).

How it works: builder_frame_ancestors sets the CSP frame-ancestors directive; pairs well with X-Frame-Options.

How to access / configure:

  1. WP Admin → AegisShield → Security Headers → CSP Builder.
  2. Set frame ancestors to ‘none’ or ‘self’.
  3. Save changes.

Recommended setting: Use ‘none’ for most sites; ‘self’ if you embed your own pages internally.