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

<https://anchorfact.org/kb/computer-science/content-security-policy-csp>
  a schema:TechArticle ;
  schema:headline "Content Security Policy (CSP)" ;
  schema:url <https://anchorfact.org/computer-science/content-security-policy-csp/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

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

<https://anchorfact.org/kb/computer-science/content-security-policy-csp>
  schema:citation <https://www.w3.org/TR/CSP3/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/content-security-policy-csp>
  schema:citation <https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html> ;
  af:sourceTier "B" .