You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To disincentivize spamdexing, links in user-generated content should be disavowed by annotation with rel="nofollow" attributes. Automated spam has already hit b.o.o in the wild.
Pass rendered markdown through the NoFollow scrubber already available in Rails.
Ideally this would be done during markdown rendering or in a single sanitization pass; see the unresolved discussion at vmg/redcarpet#720.
Bots are spamming us with hyperlinks to unrelated sites to increase their pages' score in search engines.
By adding rel="nofollow", this will be disincentivised.
FixesopenSUSE#14189
Co-authored-by: Jacob Michalskie <jacob.michalskie@suse.com>
Bots are spamming us with hyperlinks to unrelated sites to increase their pages' score in search engines.
By adding rel="nofollow", this will be disincentivised.
FixesopenSUSE#14189
Co-authored-by: Jacob Michalskie <jacob.michalskie@suse.com>
To disincentivize spamdexing, links in user-generated content should be disavowed by annotation with rel="nofollow" attributes. Automated spam has already hit b.o.o in the wild.
Pass rendered markdown through the NoFollow scrubber already available in Rails.
Ideally this would be done during markdown rendering or in a single sanitization pass; see the unresolved discussion at vmg/redcarpet#720.
Stolen from openSUSE/osem#3131
The text was updated successfully, but these errors were encountered: