[go: up one dir, main page]

fix!: restrict HTTP methods for some public methods by sagarvora [frappe] PR#34825

From: https://github.com/frappe/frappe/pull/34825
Date: 2025-11-21 18:11:50+05:30

  • fix: restrict send_login_link to POST method only
  • fix: only allow POST in some api/v2/ methods
  • fix: restrict HTTP methods for some public methods



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34825

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34825

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading