About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:security:content_security_policy

This is an old revision of the document!


Content Security Policy

:!: This feature was introduced in VuFind 7.0.

HTTP responses can include a Content Security Policy header which provides restrictions on the behavior of the client in order ot provide improved security. VuFind supports the creation of CSP headers to restrict web browser behavior and prevent common security vulnerabilities such as cross-site scripting.

You can learn more at the Mozilla Developer Resources Content Security Policies page.

Configuring VuFind's CSP

Configuration File

All settings related to Content Security Policies can be found in contentsecuritypolicy.ini.

Enforcing vs. Reporting

The CSP can be configured to either block violating content, or simply to report problems. VuFind is set to reporting mode by default to avoid backward compatibility breaks.

Receiving Reports

When in reporting mode, you can set the report-to setting in contentsecuritypolicy.ini to send reports of violations to a URI that implements a simple API. VuFind does not currently include a built-in reporting endpoint, but several options exist, including:

Best Practices / Recommendations

Details coming soon.

administration/security/content_security_policy.1593454817.txt.gz · Last modified: 2020/06/29 18:20 by demiankatz