Overload | Description |
---|---|
AddFrameOptionsSameOrigin() | Add X-Frame-Options SAMEORIGIN to all requests. The page can only be displayed in a frame on the same origin as the page itself so only your own website. |
AddFrameOptionsSameOrigin(String) | Add X-Frame-Options ALLOW-FROM {url path} to all requests, where the url is provided The page can only be displayed in a frame on the specified origin. |