lighthouse 9.5.0-dev.20220815 → 9.5.0-dev.20220818
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/commands/list-locales.js +1 -1
- package/core/config/config-helpers.js +0 -15
- package/core/config/config.js +1 -1
- package/core/config/constants.js +1 -0
- package/core/config/default-config.js +0 -2
- package/core/fraggle-rock/api.js +1 -1
- package/core/fraggle-rock/config/config.js +12 -13
- package/core/fraggle-rock/gather/navigation-runner.js +17 -26
- package/core/fraggle-rock/gather/snapshot-runner.js +4 -5
- package/core/fraggle-rock/gather/timespan-runner.js +4 -5
- package/core/fraggle-rock/replay/stringify-extension.js +105 -0
- package/core/fraggle-rock/user-flow.js +10 -12
- package/core/gather/driver/execution-context.js +19 -2
- package/core/gather/gather-runner.js +1 -1
- package/core/index.js +2 -5
- package/core/lib/asset-saver.js +2 -2
- package/core/lib/page-functions.js +15 -3
- package/core/lib/traces/{pwmetrics-events.js → metric-trace-events.js} +3 -4
- package/core/runner.js +2 -2
- package/dist/report/bundle.esm.js +1 -14
- package/dist/report/flow.js +28 -27
- package/dist/report/standalone.js +4 -4
- package/flow-report/test/flow-report-pptr-test.ts +1 -1
- package/package.json +2 -1
- package/report/generator/file-namer.js +5 -1
- package/report/generator/flow-report-assets.js +10 -6
- package/report/generator/report-assets.js +8 -5
- package/report/generator/report-generator.js +7 -7
- package/report/generator/tsconfig.json +1 -0
- package/report/test/generator/file-namer-test.js +2 -2
- package/report/test/generator/report-generator-test.js +8 -9
- package/report/test/renderer/report-renderer-axe-test.js +2 -2
- package/report/test/renderer/report-ui-features-test.js +1 -1
- package/shared/localization/format.js +11 -13
- package/shared/localization/i18n-module.js +7 -2
- package/shared/localization/locales/ar-XB.json +0 -21
- package/shared/localization/locales/ar.json +0 -21
- package/shared/localization/locales/bg.json +0 -21
- package/shared/localization/locales/ca.json +0 -21
- package/shared/localization/locales/cs.json +0 -21
- package/shared/localization/locales/da.json +0 -21
- package/shared/localization/locales/de.json +0 -21
- package/shared/localization/locales/el.json +0 -21
- package/shared/localization/locales/en-GB.json +0 -21
- package/shared/localization/locales/en-US.json +0 -21
- package/shared/localization/locales/en-XA.json +0 -21
- package/shared/localization/locales/en-XL.json +0 -21
- package/shared/localization/locales/es-419.json +0 -21
- package/shared/localization/locales/es.json +0 -21
- package/shared/localization/locales/fi.json +0 -21
- package/shared/localization/locales/fil.json +0 -21
- package/shared/localization/locales/fr.json +0 -21
- package/shared/localization/locales/he.json +0 -21
- package/shared/localization/locales/hi.json +0 -21
- package/shared/localization/locales/hr.json +0 -21
- package/shared/localization/locales/hu.json +0 -21
- package/shared/localization/locales/id.json +0 -21
- package/shared/localization/locales/it.json +0 -21
- package/shared/localization/locales/ja.json +0 -21
- package/shared/localization/locales/ko.json +0 -21
- package/shared/localization/locales/lt.json +0 -21
- package/shared/localization/locales/lv.json +0 -21
- package/shared/localization/locales/nl.json +0 -21
- package/shared/localization/locales/no.json +0 -21
- package/shared/localization/locales/pl.json +0 -21
- package/shared/localization/locales/pt-PT.json +0 -21
- package/shared/localization/locales/pt.json +0 -21
- package/shared/localization/locales/ro.json +0 -21
- package/shared/localization/locales/ru.json +0 -21
- package/shared/localization/locales/sk.json +0 -21
- package/shared/localization/locales/sl.json +0 -21
- package/shared/localization/locales/sr-Latn.json +0 -21
- package/shared/localization/locales/sr.json +0 -21
- package/shared/localization/locales/sv.json +0 -21
- package/shared/localization/locales/ta.json +0 -21
- package/shared/localization/locales/te.json +0 -21
- package/shared/localization/locales/th.json +0 -21
- package/shared/localization/locales/tr.json +0 -21
- package/shared/localization/locales/uk.json +0 -21
- package/shared/localization/locales/vi.json +0 -21
- package/shared/localization/locales/zh-HK.json +0 -21
- package/shared/localization/locales/zh-TW.json +0 -21
- package/shared/localization/locales/zh.json +0 -21
- package/shared/localization/locales.js +53 -50
- package/shared/localization/swap-flow-locale.js +6 -2
- package/shared/localization/swap-locale.js +4 -4
- package/shared/test/localization/format-test.js +17 -20
- package/shared/test/localization/locales-test.js +2 -2
- package/shared/test/localization/swap-locale-test.js +3 -2
- package/shared/tsconfig.json +1 -0
- package/shared/type-verifiers.js +1 -1
- package/tsconfig.json +1 -5
- package/types/config.d.ts +0 -13
- package/types/externs.d.ts +1 -1
- package/types/lhr/settings.d.ts +2 -0
- package/types/user-flow.d.ts +1 -1
- package/core/audits/dobetterweb/no-vulnerable-libraries.js +0 -229
- package/report/generator/package.json +0 -4
- package/report/test/generator/package.json +0 -4
- package/shared/package.json +0 -4
- package/third-party/snyk/snapshot.json +0 -182
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Nie używa instrukcji `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Najwyższy poziom zagrożenia"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Wersja biblioteki"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Liczba luk w zabezpieczeniach"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Niektóre skrypty spoza witryny mogą mieć znane luki w zabezpieczeniach, które mogą łatwo odkryć i wykorzystać hakerzy. [Więcej informacji](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Wykryto 1 lukę w zabezpieczeniach}few{Wykryto # luki w zabezpieczeniach}many{Wykryto # luk w zabezpieczeniach}other{Wykryto # luki w zabezpieczeniach}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Używa bibliotek JavaScript interfejsu użytkownika, które mają znane luki w zabezpieczeniach"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Nie używa bibliotek JavaScript interfejsu użytkownika, które mają znane luki w zabezpieczeniach"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Witryny, które bez kontekstu pytają o zgodę na wyświetlanie powiadomień, nie budzą zaufania użytkowników lub ich dezorientują. Sugerujemy powiązanie wyświetlenia tej prośby z gestami użytkownika. [Więcej informacji](https://web.dev/notification-on-start/)"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Evita `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Gravidade mais alta"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versão da biblioteca"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Contagem de vulnerabilidades"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Alguns scripts de terceiros podem conter vulnerabilidades de segurança conhecidas que são facilmente identificadas e exploradas pelos atacantes. [Saiba mais](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 vulnerabilidade detetada}one{# vulnerabilidade(s) detetada(s)}other{# vulnerabilidades detetadas}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Inclui bibliotecas de interface JavaScript com vulnerabilidades de segurança conhecidas"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evita bibliotecas de interface JavaScript com vulnerabilidades de segurança conhecidas"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Os utilizadores desconfiam ou ficam confusos perante os sites que solicitam o envio de notificações sem contexto. Em vez disso, considere associar o pedido aos gestos do utilizador. [Saiba mais](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Evita `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Maior gravidade"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versão da biblioteca"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Contagem de vulnerabilidades"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Alguns scripts de terceiros podem conter vulnerabilidades de segurança conhecidas, facilmente identificadas e exploradas por invasores. [Saiba mais](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 vulnerabilidade detectada}one{# vulnerabilidade detectada}other{# vulnerabilidades detectadas}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Inclui bibliotecas JavaScript de front-end com vulnerabilidades de segurança conhecidas"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evita bibliotecas JavaScript de front-end com vulnerabilidades de segurança conhecidas"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Os usuários não confiam ou ficam confusos com sites que solicitam o envio de notificações sem contexto. Vincule a solicitação a gestos do usuário. [Saiba mais](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Evită `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Cea mai mare severitate"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versiunea bibliotecii"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Numărul de vulnerabilități"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Unele scripturi terță parte pot conține vulnerabilități de securitate cunoscute, ușor de identificat și de exploatat de atacatori. [Află mai multe](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{O vulnerabilitate detectată}few{# vulnerabilități detectate}other{# de vulnerabilități detectate}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Include bibliotecile JavaScript front-end cu vulnerabilități de securitate cunoscute"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evită bibliotecile JavaScript front-end cu vulnerabilități de securitate cunoscute"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Utilizatorii nu au încredere sau sunt derutați de site-urile care solicită să trimită notificări fără context. Asociază solicitarea cu gesturile utilizatorilor. [Află mai multe](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Метод `document.write()` не используется"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Максимальная степень опасности"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Версия библиотеки"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Количество уязвимостей"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Некоторые сторонние скрипты содержат известные уязвимости, которые легко могут быть обнаружены и использованы злоумышленниками. [Подробнее…](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Обнаружена 1 уязвимость}one{Обнаружена # уязвимость}few{Обнаружено # уязвимости}many{Обнаружено # уязвимостей}other{Обнаружено # уязвимости}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Содержит клиентские библиотеки JavaScript с известными уязвимостями"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Не содержит клиентские библиотеки JavaScript с известными уязвимостями"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Пользователи с подозрением относятся к сайтам, которые беспричинно запрашивают разрешение на отправку уведомлений. Мы рекомендуем связать этот запрос с определенными жестами пользователя. [Подробнее…](https://web.dev/notification-on-start/)"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Nepoužíva `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Najzávažnejšie"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Verzia knižnice"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Počet chýb zabezpečenia"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Niektoré skripty tretích strán môžu obsahovať chyby zabezpečenia, ktoré dokážu útočníci ľahko rozpoznať a zneužiť. [Ďalšie informácie](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Bola zistená 1 chyba zabezpečenia}few{Boli zistené # chyby zabezpečenia}many{# vulnerabilities detected}other{Bolo zistených # chýb zabezpečenia}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Zahrnuje JavaScriptové knižnice v klientskom rozhraní so známymi chybami zabezpečenia"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Nepoužíva v klientskom rozhraní knižnice JavaScriptov so známymi chybami zabezpečenia"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Používatelia nedôverujú webom, ktoré požadujú odosielanie upozornení bez kontextu, alebo ich považujú za mätúce. Zvážte namiesto toho spojenie žiadosti s gestami používateľa. [Ďalšie informácie](https://web.dev/notification-on-start/)"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Se izogiba `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Največja resnost"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Različica knjižnice"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Štetje ranljivosti"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Nekateri skripti drugih ponudnikov morda vsebujejo znane varnostne ranljivosti, ki jih napadalci lahko preprosto prepoznajo in izkoristijo. [Več o tem](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Zaznana je bila 1 ranljivost}one{Zaznana je bila # ranljivost}two{Zaznani sta bili # ranljivosti}few{Zaznane so bile # ranljivosti}other{Zaznanih je bilo # ranljivosti}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Vključuje knjižniceJavaScript vmesnikov z znanimi varnostnimi ranljivostmi"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Izogiba se knjižnicam JavaScript vmesnikov z znanimi varnostnimi ranljivostmi"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Uporabniki so nezaupljivi do spletnih mest oziroma jih begajo spletna mesta, ki zahtevajo pošiljanje obvestil brez konteksta. Razmislite o tem, da bi zahtevo povezali z uporabniškimi potezami. [Več o tem](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Izbegava atribut `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Najviši nivo ozbiljnosti"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Verzija biblioteke"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Broj propusta"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Neke nezavisne skripte mogu da obuhvataju poznate bezbednosne propuste koje napadači mogu lako da prepoznaju i iskoriste. [Saznajte više](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Otkriven je 1 propust}one{Otkriven je # propust}few{Otkrivena su # propusta}other{Otkriveno je # propusta}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Obuhvata korisničke JavaScript datoteke sa poznatim bezbednosnim propustima"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Izbegava korisničke JavaScript datoteke sa poznatim bezbednosnim propustima"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Korisnici nemaju poverenja u sajtove koji traže dozvolu za slanje obaveštenja bez konteksta ili ih takvi sajtovi zbunjuju. Preporučujemo vam da umesto toga povežete zahtev sa pokretima korisnika. [Saznajte više](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Избегава атрибут `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Највиши ниво озбиљности"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Верзија библиотеке"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Број пропуста"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Неке независне скрипте могу да обухватају познате безбедносне пропусте које нападачи могу лако да препознају и искористе. [Сазнајте више](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Откривен је 1 пропуст}one{Откривен је # пропуст}few{Откривена су # пропуста}other{Откривено је # пропуста}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Обухвата корисничке JavaScript датотеке са познатим безбедносним пропустима"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Избегава корисничке JavaScript датотеке са познатим безбедносним пропустима"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Корисници немају поверења у сајтове који траже дозволу за слање обавештења без контекста или их такви сајтови збуњују. Препоручујемо вам да уместо тога повежете захтев са покретима корисника. [Сазнајте више](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "`document.write()` undviks"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Högsta allvarlighetsgrad"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Biblioteksversion"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Antal säkerhetsbrister"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Vissa skript från tredje part kan innehålla kända säkerhetsproblem som är lätta att identifiera och utnyttja för angripare. [Läs mer](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 säkerhetsbrist har identifierats}other{# säkerhetsbrister har identifierats}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Innehåller JavaScript-bibliotek på klientsidan med kända säkerhetsbrister"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Undviker JavaScript-bibliotek med kända säkerhetsproblem på klientsidan"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Användare blir misstänksamma eller förvirrade av webbplatser som ber om åtkomst att skicka aviseringar utan sammanhang. Det kan vara bättre att koppla förfrågan till rörelser. [Läs mer](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "`document.write()`ஐத் தவிர்க்கும்"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "அதிகபட்ச அபாயம்"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "லைப்ரரி பதிப்பு"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "பாதுகாப்புக் குறைபாடுகளின் எண்ணிக்கை"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "சில மூன்றாம் தரப்பு ஸ்கிரிப்ட்களில் ஹேக்கர்கள் எளிதாக அடையாளம் கண்டுகொண்டு பயன்படுத்திக் கொள்ளக்கூடிய தெரிந்த பாதுகாப்புக் குறைபாடுகள் இருக்கக்கூடும். [மேலும் அறிக](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 பாதுகாப்புக் குறைபாடு கண்டறியப்பட்டுள்ளது}other{# பாதுகாப்புக் குறைபாடுகள் கண்டறியப்பட்டுள்ளன}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "தெரிந்த பாதுகாப்புக் குறைபாடுகளுள்ள ஃபிரண்ட் எண்டு JavaScript லைப்ரரிகள் இதில் அடங்கும்"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "தெரிந்த பாதுகாப்புக் குறைபாடுகளுடைய ஃபிரண்ட் எண்ட் JavaScript லைப்ரரிகளைத் தவிர்க்கிறது"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "சரியான காரணங்கள் இன்றி அறிவிப்புகளை அனுப்பக் கோரிக்கையிடும் தளங்களால் பயனர்கள் குழப்பமடையலாம் அல்லது சந்தேகப்படலாம். அதற்கு பதிலாக பயனர் சைகைகளை முயலவும். [மேலும் அறிக](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "'`document.write()`'ను నివారిస్తుంది"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "అత్యంత తీవ్రత"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "లైబ్రరీ వెర్షన్"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "భద్రతా ప్రమాదాల సంఖ్య"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "కొన్ని మూడవ పక్షం స్క్రిప్ట్లలో, దాడులకు పాల్పడేవారు సులభంగా గుర్తించగలిగే, సమాచారం దొంగిలించగలిగే తెలిసిన భద్రతా ప్రమాదాలు ఉండవచ్చు. [మరింత తెలుసుకోండి](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 ప్రమాద కారకం గుర్తించబడింది}other{# ప్రమాద కారకాలు గుర్తించబడ్డాయి}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "తెలిసిన భద్రతా ప్రమాదాలను కలిగి ఉండే ఫ్రంట్-ఎండ్ JavaScript లైబ్రరీలను జోడిస్తుంది"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "తెలిసిన భద్రతా ప్రమాదాలను కలిగి ఉండే ఫ్రంట్-ఎండ్ JavaScript లైబ్రరీలను నివారిస్తుంది"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "సందర్భం ఏమీ లేకుండా నోటిఫికేషన్లను పంపడానికి అనుమతి కోరే సైట్లను వినియోగదారులు నమ్మరు లేదా గందరగోళానికి గురి అవుతారు. బదులుగా వినియోగదారు సంజ్ఞలకు రిక్వెస్ట్ను ప్రయత్నించడం పరిశీలించండి. [మరింత తెలుసుకోండి](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "หลีกเลี่ยงการใช้ `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "ความรุนแรงสูงสุด"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "เวอร์ชันของไลบรารี"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "จำนวนช่องโหว่"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "สคริปต์ของบุคคลที่สามบางรายการอาจมีช่องโหว่ด้านความปลอดภัยที่เป็นที่รู้จักซึ่งผู้โจมตีจะหาพบได้ง่ายและใช้ประโยชน์จากช่องโหว่นั้น [ดูข้อมูลเพิ่มเติม](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{ตรวจพบช่องโหว่ 1 รายการ}other{ตรวจพบช่องโหว่ # รายการ}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "มีไลบรารี JavaScript ส่วนหน้าที่มีช่องโหว่ด้านความปลอดภัย"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "หลีกเลี่ยงการใช้ไลบรารี JavaScript ส่วนหน้าที่มีช่องโหว่ด้านความปลอดภัย"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "ผู้ใช้ไม่เชื่อถือหรือเกิดความสับสนในเว็บไซต์ที่ขอส่งการแจ้งเตือนโดยไม่มีบริบทให้ พิจารณาผูกคำขอกับท่าทางสัมผัสของผู้ใช้แทน [ดูข้อมูลเพิ่มเติม](https://web.dev/notification-on-start/)"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "`document.write()` öğesinden kaçınıyor"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "En Yüksek Önem Derecesi"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Kitaplık Sürümü"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Güvenlik Açığı Sayısı"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Bazı üçüncü taraf komut dosyaları, saldırganlar tarafından kolayca belirlenen ve istismar edilen bilinen güvenlik açıkları içerebilir. [Daha fazla bilgi](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 güvenlik açığı algılandı}other{# güvenlik açığı algılandı}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Bilinen güvenlik açıklarına sahip JavaScript kitaplıkları kullanıcı arabirimi içeriyor"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Bilinen güvenlik açıklarına sahip JavaScript kitaplıkları kullanıcı arabirimini önlüyor"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Kullanıcılar herhangi bir bağlam olmadan bildirim göndermek isteyen sitelere şüpheyle bakarlar veya bu istek karşısında şaşırırlar. Onun yerine isteği kullanıcı hareketlerine bağlamayı değerlendirin. [Daha fazla bilgi](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Уникає `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Найвищий рівень серйозності"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Версія бібліотеки"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Кількість прогалин системи безпеки"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Деякі сторонні сценарії можуть містити відомі прогалини системи безпеки, які зловмисники можуть легко виявити та використати. [Докладніше](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Виявлено 1 прогалину системи безпеки}one{Виявлено # прогалину системи безпеки}few{Виявлено # прогалини системи безпеки}many{Виявлено # прогалин системи безпеки}other{Виявлено # прогалини системи безпеки}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Включає бібліотеки JavaScript зовнішнього інтерфейсу з відомими прогалинами системи безпеки"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Уникає бібліотек JavaScript зовнішнього інтерфейсу з відомими прогалинами в системі безпеки"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Сайти, які надсилають запит на показ сповіщень без пояснення, викликають у користувачів недовіру або спантеличеність. Радимо пов'язувати запит із жестами користувача. [Докладніше](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Tránh `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Mức độ nghiêm trọng cao nhất"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Phiên bản thư viện"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Số lượng lỗ hổng"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Một số tập lệnh của bên thứ ba có thể chứa các lỗ hổng bảo mật đã biết mà kẻ tấn công dễ dàng xác định và khai thác. [Tìm hiểu thêm](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Phát hiện thấy 1 lỗ hổng}other{Phát hiện thấy # lỗ hổng}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Bao gồm các thư viện giao diện người dùng JavaScript có những lỗ hổng bảo mật đã biết"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Tránh các thư viện giao diện người dùng JavaScript có lỗ hổng bảo mật đã biết"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Các trang web gửi thông báo không có ngữ cảnh sẽ khiến người dùng không tin tưởng hoặc bối rối. Hãy cân nhắc liên kết yêu cầu với cử chỉ của người dùng. [Tìm hiểu thêm](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "避免使用 `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "嚴重程度"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "程式庫版本"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "安全漏洞數量"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "部分第三方指令碼可能包含已知的安全漏洞,攻擊者將能輕易識別及利用這些漏洞。[瞭解詳情](https://web.dev/no-vulnerable-libraries/)。"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{偵測到 1 個安全漏洞}other{偵測到 # 個安全漏洞}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "包括前端 JavaScript 程式庫具有已知安全漏洞"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "避免使用包含已知安全漏洞的前端 JavaScript 程式庫"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "如果未提供其他資訊就要求使用者允許網站顯示通知,會讓使用者感到困惑而不信任網站。建議您在使用者操作特定手勢時,再提出這項要求。[瞭解詳情](https://web.dev/notification-on-start/)。"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "避免使用 `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "最高嚴重性"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "程式庫版本"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "安全漏洞數量"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "部分第三方指令碼可能包含已知的安全漏洞,攻擊者將能輕易識別及利用這些漏洞。[瞭解詳情](https://web.dev/no-vulnerable-libraries/)。"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{偵測到 1 項安全漏洞}other{偵測到 # 項安全漏洞}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "包含的前端 JavaScript 程式庫具有已知安全漏洞"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "避免使用包含已知安全漏洞的前端 JavaScript 程式庫"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "如果未提供其他資訊就要求使用者允許網站顯示通知,會讓使用者感到困惑而不信任網站。建議你在使用者操作特定手勢時,再提出這項要求。[瞭解詳情](https://web.dev/notification-on-start/)。"
|
|
880
859
|
},
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "请勿使用 `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "最高严重程度"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "库版本"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "漏洞数量"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "某些第三方脚本可能包含已知的安全漏洞,攻击者很容易识别和利用这些漏洞。[了解详情](https://web.dev/no-vulnerable-libraries/)。"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{检测到 1 个漏洞}other{检测到 # 个漏洞}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "包含有已知安全漏洞的前端 JavaScript 库"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "避免使用含已知安全漏洞的前端 JavaScript 库"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "如果网站在缺少上下文的情况下请求发送通知,会导致用户不信任网站或感到困惑。建议将请求与用户手势进行绑定。[了解详情](https://web.dev/notification-on-start/)。"
|
|
880
859
|
},
|