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

input: Add disable direct web fetch by default #144

Merged
merged 2 commits into from
Oct 3, 2024

Commits on Sep 26, 2024

  1. input: Add disable direct web fetch by default

    This adds the setting `allow_direct_web_fetch` which configures whether
    the functionality to allow using a web direct fetch i.e. not via
    a form on the frontend but via a direct GET parameter to be fetched from
    will be allowed.
    
    Re-instate csrf_protect
    michaelwood committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    12a24e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. release: v0.30.5

    michaelwood committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    353e963 View commit details
    Browse the repository at this point in the history