mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 08:00:34 +02:00
fix referrer leak in outgoing links
Signed-off-by: RonniSkansing <rskansing@gmail.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user