[PR #327] [MERGED] Added rel="noopener" to target="_blank" hrefs #15311

Closed
opened 2025-11-02 11:43:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/327
Author: @Bwko
Created: 12/1/2016
Status: Merged
Merged: 12/2/2016
Merged by: @lunny

Base: masterHead: noopener


📝 Commits (2)

  • 6130386 Added rel="noopener" to target="_blank" hrefs
  • 79744eb Replaced gogs.io/docs with docs.gitea.io

📊 Changes

36 files changed (+144 additions, -146 deletions)

View changed files

📝 conf/locale/locale_bg-BG.ini (+5 -5)
📝 conf/locale/locale_cs-CZ.ini (+5 -5)
📝 conf/locale/locale_de-DE.ini (+5 -5)
📝 conf/locale/locale_en-US.ini (+5 -5)
📝 conf/locale/locale_es-ES.ini (+5 -5)
📝 conf/locale/locale_fi-FI.ini (+5 -5)
📝 conf/locale/locale_fr-FR.ini (+5 -5)
📝 conf/locale/locale_it-IT.ini (+5 -5)
📝 conf/locale/locale_ja-JP.ini (+5 -5)
📝 conf/locale/locale_lv-LV.ini (+5 -5)
📝 conf/locale/locale_nl-NL.ini (+5 -5)
📝 conf/locale/locale_pl-PL.ini (+5 -5)
📝 conf/locale/locale_pt-BR.ini (+5 -5)
📝 conf/locale/locale_ru-RU.ini (+5 -5)
📝 conf/locale/locale_sr-SP.ini (+5 -5)
📝 conf/locale/locale_sv-SE.ini (+5 -5)
📝 conf/locale/locale_tr-TR.ini (+5 -5)
📝 conf/locale/locale_zh-CN.ini (+5 -5)
📝 conf/locale/locale_zh-HK.ini (+5 -5)
📝 conf/locale/locale_zh-TW.ini (+5 -5)

...and 16 more files

📄 Description

Partially fixes #315
I've just ran a replace on gitea, replacing target="_blank" with target="_blank" rel="noopener"


🔄 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/327 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 12/1/2016 **Status:** ✅ Merged **Merged:** 12/2/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `noopener` --- ### 📝 Commits (2) - [`6130386`](https://github.com/go-gitea/gitea/commit/61303860005a93ec1d5201d6ab339c7b56b307a2) Added rel="noopener" to target="_blank" hrefs - [`79744eb`](https://github.com/go-gitea/gitea/commit/79744eb0299d44111fd864e5c188ae62f1291ae1) Replaced gogs.io/docs with docs.gitea.io ### 📊 Changes **36 files changed** (+144 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `conf/locale/locale_bg-BG.ini` (+5 -5) 📝 `conf/locale/locale_cs-CZ.ini` (+5 -5) 📝 `conf/locale/locale_de-DE.ini` (+5 -5) 📝 `conf/locale/locale_en-US.ini` (+5 -5) 📝 `conf/locale/locale_es-ES.ini` (+5 -5) 📝 `conf/locale/locale_fi-FI.ini` (+5 -5) 📝 `conf/locale/locale_fr-FR.ini` (+5 -5) 📝 `conf/locale/locale_it-IT.ini` (+5 -5) 📝 `conf/locale/locale_ja-JP.ini` (+5 -5) 📝 `conf/locale/locale_lv-LV.ini` (+5 -5) 📝 `conf/locale/locale_nl-NL.ini` (+5 -5) 📝 `conf/locale/locale_pl-PL.ini` (+5 -5) 📝 `conf/locale/locale_pt-BR.ini` (+5 -5) 📝 `conf/locale/locale_ru-RU.ini` (+5 -5) 📝 `conf/locale/locale_sr-SP.ini` (+5 -5) 📝 `conf/locale/locale_sv-SE.ini` (+5 -5) 📝 `conf/locale/locale_tr-TR.ini` (+5 -5) 📝 `conf/locale/locale_zh-CN.ini` (+5 -5) 📝 `conf/locale/locale_zh-HK.ini` (+5 -5) 📝 `conf/locale/locale_zh-TW.ini` (+5 -5) _...and 16 more files_ </details> ### 📄 Description Partially fixes #315 I've just ran a replace on gitea, replacing `target="_blank"` with `target="_blank" rel="noopener"` --- <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 11:43:44 -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#15311