fix referrer leak in outgoing links

Signed-off-by: RonniSkansing <rskansing@gmail.com>
This commit is contained in:
RonniSkansing
2026-08-10 20:02:06 +02:00
parent adc9ae43b0
commit 2b4e93894a
4 changed files with 6 additions and 3 deletions
@@ -211,7 +211,7 @@
toggleChangeCompanyModal();
close();
} else if (item.external && item.url) {
window.open(item.url, '_blank');
window.open(item.url, '_blank', 'noopener,noreferrer');
close();
}
};
+2 -1
View File
@@ -349,7 +349,8 @@
<a
class="white underline"
href="https://phishing.club/blog/phishing-simulation-vs-red-team-phishing/"
target="_blank">phishing simulation and red team phishing</a
target="_blank"
rel="noopener noreferrer">phishing simulation and red team phishing</a
>
</p>
</div>
@@ -131,7 +131,8 @@
Read about the difference between <a
class="white underline"
href="https://phishing.club/blog/phishing-simulation-vs-red-team-phishing/"
target="_blank">phishing simulation and red team phishing</a
target="_blank"
rel="noopener noreferrer">phishing simulation and red team phishing</a
>
</p>
</div>
@@ -247,6 +247,7 @@
See <a
href="https://phishing.club/guide/settings/#pdf-reports"
target="_blank"
rel="noopener noreferrer"
class="underline">the setup guide</a
> for dependency installation and AppArmor configuration.
</p>