Welcome to mirror list, hosted at ThFree Co, Russian Federation.

csrf_token_fail.text.erb « notifier « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef034ed02c10c560bab3d0c58015ec2a691e774a (plain)
1
2
3
<%= t("notifier.csrf_token_fail.body",
      name: @notification.recipient_first_name,
      link: "https://owasp.org/www-community/attacks/csrf") %>