lighthouse 9.5.0-dev.20220814 → 9.5.0-dev.20220817
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/cli/run.js +13 -0
- 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/cdt/generated/SourceMap.js +113 -27
- package/core/lib/deprecations-strings.js +74 -10
- package/core/lib/network-request.js +1 -0
- 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 +6 -5
- 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 +13 -22
- package/shared/localization/locales/en-XA.json +0 -21
- package/shared/localization/locales/en-XL.json +13 -22
- 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": "Avoids `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Highest Severity"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Library version"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Vulnerability count"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 vulnerability detected}other{# vulnerabilities detected}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Includes front-end JavaScript libraries with known security vulnerabilities"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Avoids front-end JavaScript libraries with known security vulnerabilities"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|
|
@@ -725,27 +725,6 @@
|
|
|
725
725
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
726
726
|
"message": "Avoids `document.write()`"
|
|
727
727
|
},
|
|
728
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
729
|
-
"message": "Highest Severity"
|
|
730
|
-
},
|
|
731
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
732
|
-
"message": "Library Version"
|
|
733
|
-
},
|
|
734
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
735
|
-
"message": "Vulnerability Count"
|
|
736
|
-
},
|
|
737
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
738
|
-
"message": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more about vulnerable libraries](https://web.dev/no-vulnerable-libraries/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
741
|
-
"message": "{itemCount, plural,\n =1 {1 vulnerability detected}\n other {# vulnerabilities detected}\n }"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
744
|
-
"message": "Includes front-end JavaScript libraries with known security vulnerabilities"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
747
|
-
"message": "Avoids front-end JavaScript libraries with known security vulnerabilities"
|
|
748
|
-
},
|
|
749
728
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
750
729
|
"message": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://web.dev/notification-on-start/)."
|
|
751
730
|
},
|
|
@@ -1796,6 +1775,9 @@
|
|
|
1796
1775
|
"core/lib/deprecations-strings.js | eventPath": {
|
|
1797
1776
|
"message": "`Event.path` is deprecated and will be removed. Please use `Event.composedPath()` instead."
|
|
1798
1777
|
},
|
|
1778
|
+
"core/lib/deprecations-strings.js | expectCTHeader": {
|
|
1779
|
+
"message": "The `Expect-CT` header is deprecated and will be removed. Chrome requires Certificate Transparency for all publicly trusted certificates issued after April 30, 2018."
|
|
1780
|
+
},
|
|
1799
1781
|
"core/lib/deprecations-strings.js | feature": {
|
|
1800
1782
|
"message": "Check the feature status page for more details."
|
|
1801
1783
|
},
|
|
@@ -1811,6 +1793,9 @@
|
|
|
1811
1793
|
"core/lib/deprecations-strings.js | hostCandidateAttributeGetter": {
|
|
1812
1794
|
"message": "`RTCPeerConnectionIceErrorEvent.hostCandidate` is deprecated. Please use `RTCPeerConnectionIceErrorEvent.address` or `RTCPeerConnectionIceErrorEvent.port` instead."
|
|
1813
1795
|
},
|
|
1796
|
+
"core/lib/deprecations-strings.js | identityInCanMakePaymentEvent": {
|
|
1797
|
+
"message": "The merchant origin and arbitrary data from the `canmakepayment` service worker event are deprecated and will be removed: `topOrigin`, `paymentRequestOrigin`, `methodData`, `modifiers`."
|
|
1798
|
+
},
|
|
1814
1799
|
"core/lib/deprecations-strings.js | insecurePrivateNetworkSubresourceRequest": {
|
|
1815
1800
|
"message": "The website requested a subresource from a network that it could only access because of its users' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them."
|
|
1816
1801
|
},
|
|
@@ -1841,11 +1826,17 @@
|
|
|
1841
1826
|
"core/lib/deprecations-strings.js | obsoleteWebRtcCipherSuite": {
|
|
1842
1827
|
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
|
1843
1828
|
},
|
|
1829
|
+
"core/lib/deprecations-strings.js | openWebDatabaseInsecureContext": {
|
|
1830
|
+
"message": "WebSQL in non-secure contexts is deprecated and will be removed in M107. Please use Web Storage or Indexed Database."
|
|
1831
|
+
},
|
|
1832
|
+
"core/lib/deprecations-strings.js | persistentQuotaType": {
|
|
1833
|
+
"message": "`StorageType.persistent` is deprecated. Please use standardized `navigator.storage` instead."
|
|
1834
|
+
},
|
|
1844
1835
|
"core/lib/deprecations-strings.js | pictureSourceSrc": {
|
|
1845
1836
|
"message": "`<source src>` with a `<picture>` parent is invalid and therefore ignored. Please use `<source srcset>` instead."
|
|
1846
1837
|
},
|
|
1847
1838
|
"core/lib/deprecations-strings.js | prefixedStorageInfo": {
|
|
1848
|
-
"message": "`window.webkitStorageInfo` is deprecated. Please use
|
|
1839
|
+
"message": "`window.webkitStorageInfo` is deprecated. Please use standardized `navigator.storage` instead."
|
|
1849
1840
|
},
|
|
1850
1841
|
"core/lib/deprecations-strings.js | requestedSubresourceWithEmbeddedCredentials": {
|
|
1851
1842
|
"message": "Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked."
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "[Åvöîðš ᐅ`document.write()`ᐊ one two three]"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "[Ĥîĝĥéšţ Šévéŕîţý one two]"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "[Ļîбŕåŕý Véŕšîöñ one two]"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "[Vûļñéŕåбîļîţý Çöûñţ one two three]"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "[Šömé ţĥîŕð-þåŕţý šçŕîþţš måý çöñţåîñ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš ţĥåţ åŕé éåšîļý îðéñţîƒîéð åñð éxþļöîţéð бý åţţåçķéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/no-vulnerable-libraries/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{[1 vûļñéŕåбîļîţý ðéţéçţéð one two three]}other{[# vûļñéŕåбîļîţîéš ðéţéçţéð one two three]}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "[Îñçļûðéš ƒŕöñţ-éñð ĴåvåŠçŕîþţ ļîбŕåŕîéš ŵîţĥ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "[Åvöîðš ƒŕöñţ-éñð ĴåvåŠçŕîþţ ļîбŕåŕîéš ŵîţĥ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "[Ûšéŕš åŕé mîšţŕûšţƒûļ öƒ öŕ çöñƒûšéð бý šîţéš ţĥåţ ŕéqûéšţ ţö šéñð ñöţîƒîçåţîöñš ŵîţĥöûţ çöñţéxţ. Çöñšîðéŕ ţýîñĝ ţĥé ŕéqûéšţ ţö ûšéŕ ĝéšţûŕéš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/notification-on-start/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
|
|
880
859
|
},
|
|
@@ -725,27 +725,6 @@
|
|
|
725
725
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
726
726
|
"message": "Âv́ôíd̂ś `document.write()`"
|
|
727
727
|
},
|
|
728
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
729
|
-
"message": "Ĥíĝh́êśt̂ Śêv́êŕît́ŷ"
|
|
730
|
-
},
|
|
731
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
732
|
-
"message": "L̂íb̂ŕâŕŷ V́êŕŝíôń"
|
|
733
|
-
},
|
|
734
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
735
|
-
"message": "V̂úl̂ńêŕâb́îĺît́ŷ Ćôún̂t́"
|
|
736
|
-
},
|
|
737
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
738
|
-
"message": "Ŝóm̂é t̂h́îŕd̂-ṕâŕt̂ý ŝćr̂íp̂t́ŝ ḿâý ĉón̂t́âín̂ ḱn̂óŵń ŝéĉúr̂ít̂ý v̂úl̂ńêŕâb́îĺît́îéŝ t́ĥát̂ ár̂é êáŝíl̂ý îd́êńt̂íf̂íêd́ âńd̂ éx̂ṕl̂óît́êd́ b̂ý ât́t̂áĉḱêŕŝ. [Ĺêár̂ń m̂ór̂é âb́ôút̂ v́ûĺn̂ér̂áb̂ĺê ĺîb́r̂ár̂íêś](https://web.dev/no-vulnerable-libraries/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
741
|
-
"message": "{itemCount, plural,\n =1 {1 v̂úl̂ńêŕâb́îĺît́ŷ d́êt́êćt̂éd̂}\n other {# v́ûĺn̂ér̂áb̂íl̂ít̂íêś d̂ét̂éĉt́êd́}\n }"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
744
|
-
"message": "Îńĉĺûd́êś f̂ŕôńt̂-én̂d́ Ĵáv̂áŜćr̂íp̂t́ l̂íb̂ŕâŕîéŝ ẃît́ĥ ḱn̂óŵń ŝéĉúr̂ít̂ý v̂úl̂ńêŕâb́îĺît́îéŝ"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
747
|
-
"message": "Âv́ôíd̂ś f̂ŕôńt̂-én̂d́ Ĵáv̂áŜćr̂íp̂t́ l̂íb̂ŕâŕîéŝ ẃît́ĥ ḱn̂óŵń ŝéĉúr̂ít̂ý v̂úl̂ńêŕâb́îĺît́îéŝ"
|
|
748
|
-
},
|
|
749
728
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
750
729
|
"message": "Ûśêŕŝ ár̂é m̂íŝt́r̂úŝt́f̂úl̂ óf̂ ór̂ ćôńf̂úŝéd̂ b́ŷ śît́êś t̂h́ât́ r̂éq̂úêśt̂ t́ô śêńd̂ ńôt́îf́îćât́îón̂ś ŵít̂h́ôút̂ ćôńt̂éx̂t́. Ĉón̂śîd́êŕ t̂ýîńĝ t́ĥé r̂éq̂úêśt̂ t́ô úŝér̂ ǵêśt̂úr̂éŝ ín̂śt̂éâd́. [L̂éâŕn̂ ḿôŕê áb̂óût́ r̂éŝṕôńŝíb̂ĺŷ ǵêt́t̂ín̂ǵ p̂ér̂ḿîśŝíôń f̂ór̂ ńôt́îf́îćât́îón̂ś](https://web.dev/notification-on-start/)."
|
|
751
730
|
},
|
|
@@ -1796,6 +1775,9 @@
|
|
|
1796
1775
|
"core/lib/deprecations-strings.js | eventPath": {
|
|
1797
1776
|
"message": "`Event.path` îś d̂ép̂ŕêćât́êd́ âńd̂ ẃîĺl̂ b́ê ŕêḿôv́êd́. P̂ĺêáŝé ûśê `Event.composedPath()` ín̂śt̂éâd́."
|
|
1798
1777
|
},
|
|
1778
|
+
"core/lib/deprecations-strings.js | expectCTHeader": {
|
|
1779
|
+
"message": "T̂h́ê `Expect-CT` h́êád̂ér̂ íŝ d́êṕr̂éĉát̂éd̂ án̂d́ ŵíl̂ĺ b̂é r̂ém̂óv̂éd̂. Ćĥŕôḿê ŕêq́ûír̂éŝ Ćêŕt̂íf̂íĉát̂é T̂ŕâńŝṕâŕêńĉý f̂ór̂ ál̂ĺ p̂úb̂ĺîćl̂ý t̂ŕûśt̂éd̂ ćêŕt̂íf̂íĉát̂éŝ íŝśûéd̂ áf̂t́êŕ Âṕr̂íl̂ 30, 2018."
|
|
1780
|
+
},
|
|
1799
1781
|
"core/lib/deprecations-strings.js | feature": {
|
|
1800
1782
|
"message": "Ĉh́êćk̂ t́ĥé f̂éât́ûŕê śt̂át̂úŝ ṕâǵê f́ôŕ m̂ór̂é d̂ét̂áîĺŝ."
|
|
1801
1783
|
},
|
|
@@ -1811,6 +1793,9 @@
|
|
|
1811
1793
|
"core/lib/deprecations-strings.js | hostCandidateAttributeGetter": {
|
|
1812
1794
|
"message": "`RTCPeerConnectionIceErrorEvent.hostCandidate` îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê `RTCPeerConnectionIceErrorEvent.address` ór̂ `RTCPeerConnectionIceErrorEvent.port` ín̂śt̂éâd́."
|
|
1813
1795
|
},
|
|
1796
|
+
"core/lib/deprecations-strings.js | identityInCanMakePaymentEvent": {
|
|
1797
|
+
"message": "T̂h́ê ḿêŕĉh́âńt̂ ór̂íĝín̂ án̂d́ âŕb̂ít̂ŕâŕŷ d́ât́â f́r̂óm̂ t́ĥé `canmakepayment` ŝér̂v́îćê ẃôŕk̂ér̂ év̂én̂t́ âŕê d́êṕr̂éĉát̂éd̂ án̂d́ ŵíl̂ĺ b̂é r̂ém̂óv̂éd̂: `topOrigin`, `paymentRequestOrigin`, `methodData`, `modifiers`."
|
|
1798
|
+
},
|
|
1814
1799
|
"core/lib/deprecations-strings.js | insecurePrivateNetworkSubresourceRequest": {
|
|
1815
1800
|
"message": "T̂h́ê ẃêb́ŝít̂é r̂éq̂úêśt̂éd̂ á ŝúb̂ŕêśôúr̂ćê f́r̂óm̂ á n̂ét̂ẃôŕk̂ t́ĥát̂ ít̂ ćôúl̂d́ ôńl̂ý âćĉéŝś b̂éĉáûśê óf̂ ít̂ś ûśêŕŝ' ṕr̂ív̂íl̂éĝéd̂ ńêt́ŵór̂ḱ p̂óŝít̂íôń. T̂h́êśê ŕêq́ûéŝt́ŝ éx̂ṕôśê ńôń-p̂úb̂ĺîć d̂év̂íĉéŝ án̂d́ ŝér̂v́êŕŝ t́ô t́ĥé îńt̂ér̂ńêt́, îńĉŕêáŝín̂ǵ t̂h́ê ŕîśk̂ óf̂ á ĉŕôśŝ-śît́ê ŕêq́ûéŝt́ f̂ór̂ǵêŕŷ (ĆŜŔF̂) át̂t́âćk̂, án̂d́/ôŕ îńf̂ór̂ḿât́îón̂ ĺêák̂áĝé. T̂ó m̂ít̂íĝát̂é t̂h́êśê ŕîśk̂ś, Ĉh́r̂óm̂é d̂ép̂ŕêćât́êś r̂éq̂úêśt̂ś t̂ó n̂ón̂-ṕûb́l̂íĉ śûb́r̂éŝóûŕĉéŝ ẃĥén̂ ín̂ít̂íât́êd́ f̂ŕôḿ n̂ón̂-śêćûŕê ćôńt̂éx̂t́ŝ, án̂d́ ŵíl̂ĺ ŝt́âŕt̂ b́l̂óĉḱîńĝ t́ĥém̂."
|
|
1816
1801
|
},
|
|
@@ -1841,11 +1826,17 @@
|
|
|
1841
1826
|
"core/lib/deprecations-strings.js | obsoleteWebRtcCipherSuite": {
|
|
1842
1827
|
"message": "Ŷóûŕ p̂ár̂t́n̂ér̂ íŝ ńêǵôt́îát̂ín̂ǵ âń ôb́ŝól̂ét̂é (D̂)T́L̂Ś v̂ér̂śîón̂. Ṕl̂éâśê ćĥéĉḱ ŵít̂h́ ŷóûŕ p̂ár̂t́n̂ér̂ t́ô h́âv́ê t́ĥíŝ f́îx́êd́."
|
|
1843
1828
|
},
|
|
1829
|
+
"core/lib/deprecations-strings.js | openWebDatabaseInsecureContext": {
|
|
1830
|
+
"message": "Ŵéb̂ŚQ̂Ĺ îń n̂ón̂-śêćûŕê ćôńt̂éx̂t́ŝ íŝ d́êṕr̂éĉát̂éd̂ án̂d́ ŵíl̂ĺ b̂é r̂ém̂óv̂éd̂ ín̂ Ḿ107. P̂ĺêáŝé ûśê Ẃêb́ Ŝt́ôŕâǵê ór̂ Ín̂d́êx́êd́ D̂át̂áb̂áŝé."
|
|
1831
|
+
},
|
|
1832
|
+
"core/lib/deprecations-strings.js | persistentQuotaType": {
|
|
1833
|
+
"message": "`StorageType.persistent` îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê śt̂án̂d́âŕd̂íẑéd̂ `navigator.storage` ín̂śt̂éâd́."
|
|
1834
|
+
},
|
|
1844
1835
|
"core/lib/deprecations-strings.js | pictureSourceSrc": {
|
|
1845
1836
|
"message": "`<source src>` ŵít̂h́ â `<picture>` ṕâŕêńt̂ íŝ ín̂v́âĺîd́ âńd̂ t́ĥér̂éf̂ór̂é îǵn̂ór̂éd̂. Ṕl̂éâśê úŝé `<source srcset>` îńŝt́êád̂."
|
|
1846
1837
|
},
|
|
1847
1838
|
"core/lib/deprecations-strings.js | prefixedStorageInfo": {
|
|
1848
|
-
"message": "`window.webkitStorageInfo` îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê
|
|
1839
|
+
"message": "`window.webkitStorageInfo` îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê śt̂án̂d́âŕd̂íẑéd̂ `navigator.storage` ín̂śt̂éâd́."
|
|
1849
1840
|
},
|
|
1850
1841
|
"core/lib/deprecations-strings.js | requestedSubresourceWithEmbeddedCredentials": {
|
|
1851
1842
|
"message": "Ŝúb̂ŕêśôúr̂ćê ŕêq́ûéŝt́ŝ ẃĥóŝé ÛŔL̂ś ĉón̂t́âín̂ ém̂b́êd́d̂éd̂ ćr̂éd̂én̂t́îál̂ś (ê.ǵ. `https://user:pass@host/`) âŕê b́l̂óĉḱêd́."
|
|
@@ -854,27 +854,6 @@
|
|
|
854
854
|
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "No usa `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Gravedad más alta"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versión de la biblioteca"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Recuento de vulnerabilidades"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Es posible que algunas secuencias de comandos de terceros contengan vulnerabilidades de seguridad conocidas que los atacantes pueden identificar y aprovechar fácilmente. [Obtén más información](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Se detectó una vulnerabilidad}other{Se detectaron # vulnerabilidades}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Incluye bibliotecas JavaScript de frontend con vulnerabilidades de seguridad conocidas"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evita las bibliotecas JavaScript de frontend con vulnerabilidades de seguridad conocidas"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Los sitios que solicitan a los usuarios permiso para enviar notificaciones sin contexto los confunden o los hacen desconfiar. Te recomendamos vincular la solicitud a los gestos del usuario. [Obtén más información](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": "Gravedad máxima"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versión de la biblioteca"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Número de vulnerabilidades"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Algunas secuencias de comandos externas pueden contener vulnerabilidades de seguridad conocidas que pueden ser detectadas y aprovechadas por los atacantes. [Más información](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 vulnerabilidad detectada}other{# vulnerabilidades detectadas}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Incluye bibliotecas en el frontend de JavaScript con vulnerabilidades de seguridad conocidas"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evita en el frontend las bibliotecas de JavaScript con vulnerabilidades de seguridad conocidas"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Los usuarios dudan o desconfían de los sitios web que solicitan enviar notificaciones sin contexto. Como alternativa, puedes vincular la solicitud a los gestos de los usuarios. [Más información](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": "Vältetty: `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Vakavin mahdollinen"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Kirjaston versio"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Haavoittuvuuksien määrä"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Jotkin kolmannen osapuolen skriptit voivat sisältää tunnettuja tietoturvahaavoittuvuuksia, joita hyökkääjien on helppo tunnistaa ja hyödyntää. [Lue lisää](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 haavoittuvuus havaittu}other{# haavoittuvuutta havaittu}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Sisältää käyttöliittymän JavaScript-kirjastot, joissa on tunnettuja tietoturvahaavoittuvuuksia"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Välttää käyttöliittymän JavaScript-kirjastoja, joissa on tunnettuja tietoturvahaavoittuvuuksia"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Sivustot, jotka pyytävät lupaa ilmoitusten lähettämiseen ilman asiayhteyttä, saavat käyttäjät epäluuloisiksi tai hämmentävät heitä. Kokeile sen sijaan yhdistää pyyntö käyttäjäeleisiin. [Lue lisää](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": "Umiiwas sa `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Pinakamataas na Kalalaan"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Bersyon ng Library"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Bilang ng Kahinaan"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Puwedeng maglaman ng mga kilalang kahinaan sa seguridad ang ilang script ng third party na madaling natutukoy at nasasamantala ng mga nang-aatake. [Matuto pa](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 kahinaan ang natukoy}one{# kahinaan ang natukoy}other{# na kahinaan ang natukoy}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "May mga kasamang front-end na library ng JavaScript na may mga kilalang kahinaan sa seguridad"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Umiiwas sa mga front-end na library ng JavaScript na may mga kilalang kahinaan sa seguridad"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Walang tiwala o nalilito ang mga user sa mga site na humihiling na magpadala ng mga notification nang walang konteksto. Sa halip ay pag-isipang iugnay ang kahilingan sa mga galaw ng user. [Matuto pa](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": "Évite `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Extrême"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Version de la bibliothèque"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Nombre de failles"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Certains scripts tiers peuvent présenter des failles de sécurité connues, faciles à identifier et à exploiter par des pirates informatiques. [En savoir plus](https://web.dev/no-vulnerable-libraries/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 faille détectée}one{# faille détectée}other{# failles détectées}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "La page utilise des bibliothèques JavaScript frontales présentant des failles de sécurité connues"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Les bibliothèques JavaScript frontales ne présentent aucune faille de sécurité connue"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Les utilisateurs se méfient des sites qui demandent à envoyer des notifications sans contexte. Envisagez plutôt d'associer la demande à des gestes de l'utilisateur. [En savoir plus](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{זוהתה פגיעוּת אחת}two{זוהו # פגיעויות}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": "`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{# जोखिमों की संभावना का पता चला}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": "Izbjegava `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Najviši stupanj 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 skripte treće strane mogu sadržavati poznate sigurnosne propuste te ih napadači mogu lako identificirati i iskoristiti. [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 jedan sigurnosni propust}one{Broj otkrivenih sigurnosnih propusta: #}few{Broj otkrivenih sigurnosnih propusta: #}other{Broj otkrivenih sigurnosnih propusta: #}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Uključuje pristupne JavaScript biblioteke s poznatim sigurnosnim propustima"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Izbjegava pristupne JavaScript biblioteke s poznatim sigurnosnim propustima"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Korisnici ne vjeruju web-lokacijama koje traže slanje obavijesti bez konteksta ili ih takve web-lokacije zbunjuju. Razmislite o tome da umjesto toga zahtjev povežete s 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": "Kerüli a(z) `document.write()` használatát"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Legmagasabb súlyosság"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Függvénytár verziója"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Sebezhetőségek száma"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "A harmadik felektől származó szkriptek ismert sebezhetőségeket tartalmazhatnak, melyeket a támadók könnyedén felismerhetnek és kihasználhatnak. [További információ](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 észlelt sebezhetőség}other{# észlelt sebezhetőség}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Ismert sebezhetőségeket tartalmazó front-end JavaScript-függvénytárakat használ"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Kerüli az ismert sebezhetőségeket tartalmazó front-end JavaScript-függvénytárakat"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Az értesítésekre vonatkozó engedély váratlan kérése bizalmatlanságra adhat okot, valamint összezavarhatja a felhasználókat. Érdemes inkább felhasználói műveletekhez kötni a kérést. [További információ](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": "Menghindari `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Keparahan Tertinggi"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versi Library"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Jumlah Kerentanan"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Beberapa skrip pihak ketiga dapat berisi kerentanan keamanan umum yang mudah diidentifikasi dan dimanfaatkan oleh penyerang. [Pelajari lebih lanjut](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 kerentanan terdeteksi}other{# kerentanan terdeteksi}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Menyertakan library JavaScript front-end yang memiliki kerentanan keamanan umum"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Menghindari library JavaScript front-end yang memiliki kerentanan keamanan umum"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Pengguna tidak percaya atau bingung dengan situs yang meminta untuk mengirim pemberitahuan tanpa konteks. Sebaiknya kaitkan permintaan dengan gestur pengguna. [Pelajari lebih lanjut](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": "Massima gravità"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Versione libreria"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Numero di vulnerabilità"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Alcuni script di terze parti potrebbero contenere vulnerabilità di sicurezza note facilmente identificate e sfruttate dai malintenzionati. [Ulteriori informazioni](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{1 vulnerabilità rilevata}one{# vulnerabilità rilevate}other{# vulnerabilità rilevate}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Include librerie JavaScript front-end con vulnerabilità di sicurezza note"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Evita librerie JavaScript front-end con vulnerabilità di sicurezza note"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Gli utenti sono sospettosi nei confronti dei siti che chiedono di inviare notifiche senza contesto o sono confusi da tali siti. Potresti associare la richiesta ai gesti dell'utente. [Ulteriori informazioni](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": "Vengiama naudoti „`document.write()`“"
|
|
856
856
|
},
|
|
857
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
|
-
"message": "Rimčiausias pažeidimas"
|
|
859
|
-
},
|
|
860
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
|
-
"message": "Bibliotekos versija"
|
|
862
|
-
},
|
|
863
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
|
-
"message": "Pažeidimų skaičius"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
|
-
"message": "Kai kuriuose trečiųjų šalių scenarijuose gali būti žinomų saugos pažeidimų, kuriuos užpuolėjai gali lengvai nustatyti ir jais pasinaudoti. [Sužinokite daugiau](https://web.dev/no-vulnerable-libraries/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
|
-
"message": "{itemCount,plural, =1{Aptiktas 1 pažeidimas}one{Aptiktas # pažeidimas}few{Aptikti # pažeidimai}many{Aptikta # pažeidimo}other{Aptikta # pažeidimų}}"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
|
-
"message": "Puslapyje yra „JavaScript“ sąsajos bibliotekų, kuriose yra žinomų saugos pažeidimų"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
|
-
"message": "Vengiama „JavaScript“ sąsajos bibliotekų, kuriose yra žinomų saugos pažeidimų"
|
|
877
|
-
},
|
|
878
857
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
858
|
"message": "Naudotojai gali būti įtarūs arba sumišę, jei svetainėse bus prašoma suteikti pranešimų leidimą be jokio konteksto. Apsvarstykite galimybę susieti užklausą su naudotojų gestais. [Sužinokite daugiau](https://web.dev/notification-on-start/)."
|
|
880
859
|
},
|