Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0084a7

Browse files
committedMar 3, 2025·
Fix typo
Signed-off-by: Christian Wolf <github@christianwolf.email>
1 parent 65800e5 commit b0084a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎developer_manual/prologue/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Always validate the URL before redirecting if the requested URL is on the same d
260260
CORS
261261
----
262262

263-
`Cross-origin resource sharing (CORS) <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_ (see also on `MDN <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`__) is a method impleneted by browser to access resources from different domains at the same time.
263+
`Cross-origin resource sharing (CORS) <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_ (see also on `MDN <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`__) is a method implemented by browser to access resources from different domains at the same time.
264264
Assume, there is a website published on host A.
265265
The URL would for example be https://A/path/to/index.html.
266266
If there is a _different_ host B that serves a resource (e.g. an image file) as https://B/assets/image.jpg, the index file on host A could simply link to the image on B.

0 commit comments

Comments
 (0)
Please sign in to comment.