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

FEATURE / db updates without POST #597

Merged
merged 2 commits into from
Nov 17, 2024
Merged

Conversation

jegelstaff
Copy link
Owner

An old convention / security measure in the system is that DELETE, UPDATE, INSERT sql cannot be run on http get requests. Must be http post requests. Easy to spoof, not much protection, but a somewhat worthwhile basic safety net. Except when it gets in the way of other processes.

In order to automate certain updates, these changes are required, simply to lift this restriction from the operations involved in the update process.

@jegelstaff jegelstaff merged commit adb8389 into master Nov 17, 2024
@jegelstaff jegelstaff deleted the FEATURE/db-update-anywhere branch November 17, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant