structure_prefix.conf 91 B

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