This topic is locked
[SOLVED]

Deny access to PHPrunner solution via iframe

7/18/2022 2:53:55 PM
PHPRunner General questions
mbintex author

Wanted to have something like

<meta http-equiv="X-Frame-Options" content="deny">

in my header. Added this line to headers.htm template in my project, built all and published.

But the line can“t be seen in the source code online nor does it work with a test iframe - content is still shown.

How can I deny access to a PHPrunner solution via frames ?

mbintex author 7/18/2022

Solution in my case was to add this to .htacess instead:

Header always append X-Frame-Options SAMEORIGIN