Skip to content

Commit 2c85aeb

Browse files
author
Tim Berners-Lee
committed
First draft of backgrounder on CORS 2
1 parent 1b634ff commit 2c85aeb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Background.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ So in a properly running CORS-based system, the server sends the Vary: Origin he
114114
The CORS design most go down in history as the worst piece of design in the whole web. But that is the background against which now those designing a system such as Solid now have to create a system which will be immune to XSS attacks, data will be
115115
public and private under user's control, and web apps are be deemed trustworthy by various different social processes.
116116

117-
## A second CORS twist
117+
## Epilog: A second CORS twist
118118

119119
The second twist with CORS is the at the browser doesn't even actually implement the CORS with a twist
120120
algorithm completely.
@@ -133,7 +133,3 @@ a different origin.
133133
That was with Chrome Version 59.0.3071.115 (Official Build) (64-bit)
134134

135135
It seems also hat Firefox showed the same behavior for in 2018-07
136-
137-
## CORS on a solid server
138-
139-
## Adding trusted web apps

0 commit comments

Comments
 (0)