Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
akuma06 ad7439283c CSRF Exclusion
As per suggestion of @yiiTT, CSRF is limited on users login,
registration, profile edit, comments post, torrent edit.
Uploads are not yet CSRF protected because api upload can't be used for
that
2017-05-30 00:18:43 +02:00
..
api_handler.go Add website link and remake flag to api (#797) 2017-05-28 14:22:39 +10:00
database_dump_handler.go
faq_handler.go
home_handler.go
init.go
modpanel.go
not_found_handler.go
publicSettingsHandler.go
router.go CSRF Exclusion 2017-05-30 00:18:43 +02:00
rss_handler.go
search_handler.go
template.go
template_functions.go
template_test.go
template_variables.go CSRF Support + better key for context 2017-05-29 17:07:18 +02:00
torrent_report_handler.go
upload.go Fix infohash decoding (#813) 2017-05-29 07:47:47 +10:00
upload_handler.go
user_handler.go
view_torrent_handler.go CSRF Support + better key for context 2017-05-29 17:07:18 +02:00
wrap_handler.go