Skip to content
New issue

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

Quick hack for including csp_nonces from requests into script tags #1975

Merged
merged 8 commits into from
Aug 5, 2024

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    fbbfca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ba4ae50 View commit details
    Browse the repository at this point in the history
  2. Fixing for py38

    karolyi committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    64041b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260d2fb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Improve testing of django-csp integration

    Some of these changes are stylistic, such as renaming _get_ns to get_namespaces.
    
    Important changes:
    - Adds tests for specific panels that use scripts
    - Fixes redirects panel to actually use the nonce
    - Fetches the toolbar instance from the store rather than context
    tim-schilling committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    073748c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4b463 View commit details
    Browse the repository at this point in the history
  3. Fix typing errors

    karolyi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7da5f26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6ff11 View commit details
    Browse the repository at this point in the history