Skip to content

Commit c9c384d

Browse files
authored
Correct schema reference in origin security section (#1258)
1 parent 9cd781b commit c9c384d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/4-Web_Application_Security_Testing/11-Client-side_Testing/11-Testing_Web_Messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function handler(event) {
3939

4040
### Origin Security
4141

42-
The origin is made up of a scheme, host name, and port. It uniquely identifies the domain sending or receiving the message, and does not include the path or the fragment part of the URL. For instance, `https://example.com` will be considered different from `https://example.com` because the schema of the former is `https`, while the latter is `http`. This also applies to web servers running in the same domain but on different ports.
42+
The origin is made up of a scheme, host name, and port. It uniquely identifies the domain sending or receiving the message, and does not include the path or the fragment part of the URL. For instance, `https://example.com` will be considered different from `http://example.com` because the schema of the former is `https`, while the latter is `http`. This also applies to web servers running in the same domain but on different ports.
4343

4444
## Test Objectives
4545

0 commit comments

Comments
 (0)