Change like reshare and follow so they are forms #88
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#88
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
like,reshareandfolloware made through GET requests, however for security reason they should be done through POST request, such as via forms. Can someone try to change those links to forms without breaking current design?b26649e8c0/templates/posts/details.html.tera (L43-L56)b26649e8c0/templates/users/header.html.tera (L22-L26)Why use POST instead of GET? CSRF?
This is the main reason yes, and because it is more correct semantically too.