osem-fcy/spec/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
..
application_helper_spec.rb Remove superfluous specs 2022-05-06 14:26:51 +02:00
conference_helper_spec.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
date_time_helper_spec.rb Fix the test failures 2022-03-30 12:39:01 +02:00
events_helper_spec.rb DRY up bootstrapSwitches with default values 2018-06-26 07:10:08 -07:00
format_helper_spec.rb Set nofollow on links in Markdown content 2023-03-03 17:16:53 -08:00
users_helper_spec.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00