structure_dot.conf 91 B

123
  1. if ($http_referer !~ "^https://example.com/"){
  2. add_header X-Frame-Options SAMEORIGIN;
  3. }