Docs: Remove broken link

I think the originally intended destination no longer exists in the
documentation.
This commit is contained in:
Ryan W. Moore 2016-05-28 21:06:30 -04:00
parent fd65652bbe
commit 8aea83011d
1 changed files with 1 additions and 1 deletions

View File

@ -7597,7 +7597,7 @@ If disabled, the X-Frame-Options header will not be included. Default false.
* **policy**
** `DENY` The page cannot be displayed in a frame, regardless of the site attempting to do so. This is the default when frame-options-policy is specified.
** `SAMEORIGIN` The page can only be displayed in a frame on the same origin as the page itself
** `ALLOW-FROM` <<nsa-frame-options-origin,origin>> The page can only be displayed in a frame on the specified origin.
** `ALLOW-FROM origin` The page can only be displayed in a frame on the specified origin.
+