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.
Loading...
Related Quiz
- To track the creation and destruction of HttpSession objects, the _________ interface is implemented.
- How do you specify the URL patterns to which a filter should apply?
- _________ caching is a strategy where each cache stores a subset of the total data set, typically based on geographical location.
- What is the correct order of method calls in the lifecycle of a filter?
- How can you track attribute changes in the HttpSession object?