We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a content security policy header.
It would provide XSS and Clickjacking protections to PUL staff who go to the bibdata admin interface.
object-src 'none';
base-uri 'none';
See this documentation about a Strict CSP and MDN's general documentation about CSPs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What maintenance needs to be done?
Add a content security policy header.
Level of urgency
Why is this maintenance needed?
It would provide XSS and Clickjacking protections to PUL staff who go to the bibdata admin interface.
Acceptance criteria
object-src 'none';
base-uri 'none';
Implementation notes, if any
See this documentation about a Strict CSP and MDN's general documentation about CSPs
The text was updated successfully, but these errors were encountered: