Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen 2024-03-22 13:58:34 +01:00 коммит произвёл GitHub
Родитель 54a1c25276
Коммит 7d968184fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
---
category: queryMetadata
---
* The `@precision` of the `js/unsafe-external-link` has been lowered to `low` to reflect that modern browsers do not provider the `opener` attribute and thus mitigate the potential security risk of having a link with `target="_blank"`.
* The `@precision` of the `js/unsafe-external-link` has been reduced to `low` to reflect the fact that modern browsers do not expose the opening window for such links. This mitigates the potential security risk of having a link with `target="_blank"`.