CSP fetch directives are used in a Content-Security-Policy
header and control locations from which certain resource types may be loaded. For instance, script-src
allows developers to allow trusted sources of script to execute on a page, while font-src
controls the sources of web fonts.
All fetch directives fall back to default-src
. That means, if a fetch directive is absent in the CSP header, the user agent will look for the default-src
directive.
See Fetch directives for a complete list.
See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3