adds: rel='nofollow' to all links generated by the application #17345

Open
raygervais wants to merge 1 commits from raygervais/update/rel-nofollow into main
raygervais commented 2021-10-18 01:41:54 +00:00 (Migrated from github.com)

Closes #17341

This adds rel="nofollow" to all links which comply (I believe) with the ask itself. Though I had considered using a regex method to identify , I opted instead to just do a find command to identify all <a in the repository and went in with a surgeon's hands from there.

Looking forward to contributing further, and improving this PR in anyway that's required.

Closes #17341 This adds `rel="nofollow"` to all links which comply (I believe) with the ask itself. Though I had considered using a regex method to identify <a links>, I opted instead to just do a find command to identify all `<a` in the repository and went in with a surgeon's hands from there. Looking forward to contributing further, and improving this PR in anyway that's required.
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#17345
No description provided.