Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update index.md (#5922)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriya authored Aug 5, 2021
1 parent e242019 commit 9ecc615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/content/en/blog/fetch-metadata/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if req['sec-fetch-mode'] == 'navigate' and req.method == 'GET'
return True # Allow this request
```
{% Aside 'gotchas' %}
The logic above protects your application's endpoints from being used as resources by other websites, but will permit top-level navigation and embedding (e.g. loading in an <iframe>). To further improve security, you can use Fetch Metadata headers to restrict cross-site navigations to only an allowed set of pages.
The logic above protects your application's endpoints from being used as resources by other websites, but will permit top-level navigation and embedding (e.g. loading in an `<iframe>`). To further improve security, you can use Fetch Metadata headers to restrict cross-site navigations to only an allowed set of pages.
{% endAside %}


Expand Down

0 comments on commit 9ecc615

Please sign in to comment.