how to prevent iframe for your site by PHP

42

header("X-Frame-Options: DENY");
header("Content-Security-Policy: frame-ancestors 'none'", false);

Comments

Submit
0 Comments