Clickjacking: X-Frame-Options header missing
| Nisan 11, 2017web.config
1 2 3 4 5 | <httpProtocol> <customHeaders> <add name="X-Frame-Options" value="SAMEORIGIN" /> </customHeaders> </httpProtocol> |
web.config
1 2 3 4 5 | <httpProtocol> <customHeaders> <add name="X-Frame-Options" value="SAMEORIGIN" /> </customHeaders> </httpProtocol> |