mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-13 22:35:37 +03:00
Introduces 3 new settings that will be used when rendering the template: GRAPHIQL_VERSION = Version number string GRAPHIQL_VERSION_JS_SRI = String value of file hash for js file. GRAPHIQL_VERSION_CSS_SRI = String value of file hash for css file. Sets current default value of GraphIQL to 1.4.7 This is the minimum version that addresses and XSS vulnerability. https://github.com/graphql/graphiql/blob/main/docs/security/2021-introspection-schema-xss.md |
||
|---|---|---|
| .. | ||
| debug | ||
| filter | ||
| forms | ||
| management | ||
| rest_framework | ||
| static/graphene_django | ||
| templates/graphene | ||
| tests | ||
| utils | ||
| __init__.py | ||
| compat.py | ||
| conftest.py | ||
| constants.py | ||
| converter.py | ||
| fields.py | ||
| registry.py | ||
| settings.py | ||
| types.py | ||
| views.py | ||