Commit f85fdc3
committed
fix(security): reverse tabnabbing risk from
Multiple templates open external sites in new tabs with `target="_blank"` but without `rel="noopener noreferrer"`. Opened pages can access `window.opener` and potentially navigate the originating extension page.
Affected files: App.tsx
Signed-off-by: tuanaiseo <221258316+tuanaiseo@users.noreply.github.com>target="_blank" lin1 parent 8a56f73 commit f85fdc3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments