Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvsousa authored and empijei committed Sep 27, 2020
1 parent c77bd5d commit 2766cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ One of the principles of protecting subresources is the same as protecting endpo

Some applications might ask for user consent to trigger a certain sensitive action. Facebook deploys this protection in some sensible search endpoints like `https://www.facebook.com/messages/?qa=UserMustConsent`, where a user musk press OK to advance with the search query. Since attackers can't surpass this verification, the page won't leak any special behavior.

User Consent is often asked in applications to warn the user it's being redirected to a page **outside** of the current website.
User consent is often asked in applications to warn the user it's being redirected to a website **outside** of the current website. This prevents attackers to [detect some type of navigations](https://TODO).

## Deployment

Expand Down

0 comments on commit 2766cc1

Please sign in to comment.