|
|
|
|
|
by Izkata
36 days ago
|
|
> If you were a web developer before CORS existed, then you understand that cross-domain requests were forbidden all along They weren't though. We had to adjust in the 2010s so existing code wouldn't break. It was something like, Chrome set a deadline after which it would be forcing the same-origin security by default, where it was off or optional before. |
|