When implementing CSP, the _________ directive is crucial in restricting resources the page can load.

  • connect-src
  • img-src
  • script-src
  • style-src
When implementing CSP, the connect-src directive is crucial in restricting resources the page can load. It controls which URLs the document is allowed to make requests to, helping prevent unwanted network requests that could pose security risks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *