mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(devtools): ensure external docs link opens correctly from extension popup
Adds target="_blank" and rel="noopener noreferrer" to prevent tab-nabbing and follow modern security best practices.
This commit is contained in:
committed by
Jessica Janiuk
parent
c5c1689348
commit
1aed9408a4
@@ -56,7 +56,12 @@
|
||||
<section>
|
||||
<p>
|
||||
Angular application running in
|
||||
<a href="https://angular.dev/api/core/enableProdMode">production mode</a>.
|
||||
<a
|
||||
href="https://angular.dev/api/core/enableProdMode"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>production mode</a
|
||||
>.
|
||||
</p>
|
||||
<p>We recommend using DevTools with apps in dev mode, running <code>ng serve</code>.</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user