Edgewall Software

Version 1 (modified by jeoffwilks@…, 19 years ago) ( diff )

Trac HTTP Methods

To protect against CSRF attacks and to adhere to the HTTP RFC rules on Safe and Idempotent Methods,

  • Check that all requests that create, modify or delete resources use the HTTP POST method.
  • Use real server-side confirmation for deletion of wiki pages and attachments, instead of the JavaScript confirmation dialog.

This policy started with changeset [1701], as explained in a Christopher Lenz email.

Note: See TracWiki for help on using the wiki.