📜  SOP - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:43.729000             🧑  作者: Mango

代码示例1
The Same Origin Policy (SOP) allows a browser to restrict access to resources
relating to one origin to being permitted only via other resources from that
same origin. (by default that is the behaviour configured in browsers)

This policy can be relaxed via the CORS and CSP policies.