[PR #4328] [MERGED] Add noreferrer to rel='noopener` for <a> tags #17334

Closed
opened 2025-11-02 12:32:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4328
Author: @ghost
Created: 6/27/2018
Status: Merged
Merged: 7/3/2018
Merged by: @techknowlogick

Base: masterHead: master


📝 Commits (6)

  • 9cf1c7f Add noreferrer to rel=noopener for tags
  • 7ed9b79 Add missing `rel="noopener noreferrer"'
  • a232af2 Add missing quotes
  • 205909d Revert changes to locales
  • e83ff07 Add noreferrer to rel=noopener in locale_en-US.ini
  • 61a4430 Merge branch 'master' into master

📊 Changes

17 files changed (+59 additions, -59 deletions)

View changed files

📝 models/repo.go (+1 -1)
📝 options/locale/locale_en-US.ini (+5 -5)
📝 templates/base/footer.tmpl (+2 -2)
📝 templates/home.tmpl (+30 -30)
📝 templates/mail/auth/activate.tmpl (+1 -1)
📝 templates/mail/auth/activate_email.tmpl (+1 -1)
📝 templates/mail/auth/register_notify.tmpl (+1 -1)
📝 templates/mail/auth/reset_passwd.tmpl (+1 -1)
📝 templates/org/home.tmpl (+1 -1)
📝 templates/repo/commit_status.tmpl (+6 -6)
📝 templates/repo/header.tmpl (+3 -3)
📝 templates/repo/issue/labels.tmpl (+1 -1)
📝 templates/repo/issue/view_content.tmpl (+1 -1)
📝 templates/repo/issue/view_content/comments.tmpl (+1 -1)
📝 templates/repo/release/list.tmpl (+1 -1)
📝 templates/repo/user_cards.tmpl (+1 -1)
📝 templates/user/profile.tmpl (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4328 **Author:** [@ghost](https://github.com/ghost) **Created:** 6/27/2018 **Status:** ✅ Merged **Merged:** 7/3/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`9cf1c7f`](https://github.com/go-gitea/gitea/commit/9cf1c7f9bc9f9b08811a63e466d42c5cfca85f8e) Add `noreferrer` to rel=`noopener` for <a> tags - [`7ed9b79`](https://github.com/go-gitea/gitea/commit/7ed9b79d7145a7749c2ae6748d46d1cb59e56a7a) Add missing `rel="noopener noreferrer"' - [`a232af2`](https://github.com/go-gitea/gitea/commit/a232af21dfcfae9e36127e3d4f0b43e001b35880) Add missing quotes - [`205909d`](https://github.com/go-gitea/gitea/commit/205909df71d0cc5d6b1c250b1ff535eaeea2b7ff) Revert changes to locales - [`e83ff07`](https://github.com/go-gitea/gitea/commit/e83ff07f5cf66c3ed2514ed5543b827a74311082) Add `noreferrer` to rel=`noopener` in locale_en-US.ini - [`61a4430`](https://github.com/go-gitea/gitea/commit/61a443082809dfb0e3d89c8b6a1100aa62478d14) Merge branch 'master' into master ### 📊 Changes **17 files changed** (+59 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+5 -5) 📝 `templates/base/footer.tmpl` (+2 -2) 📝 `templates/home.tmpl` (+30 -30) 📝 `templates/mail/auth/activate.tmpl` (+1 -1) 📝 `templates/mail/auth/activate_email.tmpl` (+1 -1) 📝 `templates/mail/auth/register_notify.tmpl` (+1 -1) 📝 `templates/mail/auth/reset_passwd.tmpl` (+1 -1) 📝 `templates/org/home.tmpl` (+1 -1) 📝 `templates/repo/commit_status.tmpl` (+6 -6) 📝 `templates/repo/header.tmpl` (+3 -3) 📝 `templates/repo/issue/labels.tmpl` (+1 -1) 📝 `templates/repo/issue/view_content.tmpl` (+1 -1) 📝 `templates/repo/issue/view_content/comments.tmpl` (+1 -1) 📝 `templates/repo/release/list.tmpl` (+1 -1) 📝 `templates/repo/user_cards.tmpl` (+1 -1) 📝 `templates/user/profile.tmpl` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:32:50 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17334