Skip to content

Commit da83b0d

Browse files
committed
define XSS on first use
1 parent b49f414 commit da83b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-oauth-browser-based-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ the application, authorization server and resource server share a domain, then i
247247
unnecessary to use a redirect mechanism to communicate between them.
248248

249249
An additional concern with handling access tokens in a browser is that
250-
in case of successful XSS attack, tokens could be read and further used or transmitted by the injected code if no
250+
in case of successful cross-site scripting (XSS) attack, tokens could be read and further used or transmitted by the injected code if no
251251
secure storage mechanism is in place.
252252

253253
As such, it could be considered to use an HTTP-only cookie between the JavaScript application

0 commit comments

Comments
 (0)