@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/same-origin-policy>
  a schema:TechArticle ;
  schema:headline "Same-Origin Policy" ;
  schema:url <https://anchorfact.org/computer-science/same-origin-policy/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/same-origin-policy>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Same-origin_policy> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/same-origin-policy>
  schema:citation <https://html.spec.whatwg.org/multipage/browsers.html#origin> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/same-origin-policy>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS> ;
  af:sourceTier "B" .