79305949

Date: 2024-12-24 15:36:52
Score: 2
Natty:
Report link

and @csrf inside the form

for example:

<form action="/submit" method="POST">
    @csrf
    <label for="name">Name:</label>
    <input type="text" id="name" name="name">
    
    <button type="submit">Submit</button>
</form>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @csrf
  • Low reputation (1):
Posted by: Meston Enock