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
For the Flask-Debugtoolbar extension to work, it must also be added the invenio_base.apps entrypoints
Flask-Debugtoolbar
invenio_base.apps
Another problem though is that CSP headers are not playing well with the extension: pallets-eco/flask-debugtoolbar#88
The text was updated successfully, but these errors were encountered:
The issue was opened in 2015 so I don't think it'll be fixed with the suggestion mentioned there. We could maybe turn off CSP for debug mode, or set it to allow inline javascript https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src?
Sorry, something went wrong.
No branches or pull requests
For the
Flask-Debugtoolbar
extension to work, it must also be added theinvenio_base.apps
entrypointsAnother problem though is that CSP headers are not playing well with the extension: pallets-eco/flask-debugtoolbar#88
The text was updated successfully, but these errors were encountered: