In a CSP policy, the directive ________ is used to control sources of script execution.
- font-src
- img-src
- script-src
- style-src
The 'script-src' directive in a Content Security Policy (CSP) is used to control the sources from which scripts can be executed on a web page.
Loading...
Related Quiz
- CodeIgniter's pagination can be integrated with database results using the ________ method from the Model.
- For advanced dependency management in custom libraries, CodeIgniter developers often use the ________ pattern.
- In CodeIgniter, what is the purpose of the $db['default'] array found in the database configuration file?
- To handle complex scenarios, CodeIgniter's database configuration supports the use of ________ to extend its capabilities.
- What is the role of CAPTCHA in form validation?