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

csrf_token_fail.html.haml « notifier « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08c27d4b9bb929607478eda7b9a550b14211ba87 (plain)
1
2
3
4
- message = t("notifier.csrf_token_fail.body",
              name: @notification.recipient_first_name,
              link: "https://owasp.org/www-community/attacks/csrf")
!= Redcarpet::Markdown.new(Diaspora::Markdownify::Email).render(message)