osem-fcy/app/helpers
Andrew Kvalheim 80d7ac545c Set nofollow on links in Markdown content
To disincentivize spamdexing, links in user-generated content should be
disavowed by annotation with `rel="nofollow"` attributes:

  - https://en.wikipedia.org/wiki/Nofollow

Automated spam has already targeted OSEM in the wild:

  - https://github.com/SeaGL/organization/issues/274

Ideally link annotation would be performed during Markdown rendering or
a single sanitization pass, but this is currently an unresolved issue:

  - https://github.com/vmg/redcarpet/issues/720
2023-03-03 17:16:53 -08:00
..
admin Select Call type when creating; don't switch types. 2018-12-19 13:18:24 -08:00
application_helper.rb Make use of ENV.fetch 2022-05-06 14:53:57 +02:00
chart_helper.rb Use chartkick globally 2018-12-30 16:57:22 -08:00
conference_helper.rb Don't set venue related values without a venue 2021-03-07 10:19:10 +01:00
date_time_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
event_types_helper.rb Retire semantic_form_for 2022-02-24 15:52:34 +01:00
events_helper.rb Retire semantic_form_for 2022-02-24 15:52:34 +01:00
format_helper.rb Set nofollow on links in Markdown content 2023-03-03 17:16:53 -08:00
paths_helper.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
users_helper.rb Make use of ENV.fetch 2022-05-06 14:53:57 +02:00
versions_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00