structure_fp.conf 92 B

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