Remediation Steps
Follow the steps below to remediate this finding on Drupal.
Install and enable the Security Kit (SecKit) module:
composer require drupal/seckit drush en seckitNavigate to Admin > Configuration > System > Security Kit.
Under the "Clickjacking" section, enable X-Frame-Options and set the value to SAMEORIGIN.
Save the configuration.