fix: dont allow querying files to website users by ankush [frappe] PR#25094
From: https://github.com/frappe/frappe/pull/25094
Date: 2024-03-14 16:43:21+05:30
- fix: dont allow querying files to website users (#25094)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25094
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25094
# 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