lighthouse 9.5.0-dev.20230130 → 9.5.0-dev.20230201
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/core/audits/byte-efficiency/offscreen-images.js +1 -1
- package/core/audits/critical-request-chains.d.ts +6 -6
- package/core/audits/critical-request-chains.js +15 -15
- package/core/audits/dobetterweb/doctype.js +4 -4
- package/core/audits/dobetterweb/{password-inputs-can-be-pasted-into.d.ts → paste-preventing-inputs.d.ts} +3 -3
- package/core/audits/dobetterweb/{password-inputs-can-be-pasted-into.js → paste-preventing-inputs.js} +17 -15
- package/core/audits/font-display.js +1 -1
- package/core/audits/network-requests.js +4 -4
- package/core/audits/redirects.js +2 -1
- package/core/audits/uses-rel-preconnect.js +5 -4
- package/core/config/default-config.js +2 -4
- package/core/gather/driver/network-monitor.js +2 -2
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +4 -4
- package/core/gather/gatherers/inputs.js +6 -0
- package/core/legacy/config/legacy-default-config.js +0 -1
- package/core/lib/bf-cache-strings.js +1 -1
- package/core/lib/dependency-graph/network-node.js +2 -2
- package/core/lib/dependency-graph/simulator/network-analyzer.js +8 -6
- package/core/lib/lighthouse-compatibility.d.ts +8 -0
- package/core/lib/lighthouse-compatibility.js +139 -0
- package/core/lib/navigation-error.js +3 -1
- package/core/lib/network-recorder.js +1 -1
- package/core/lib/network-request.d.ts +7 -7
- package/core/lib/network-request.js +26 -27
- package/core/runner.d.ts +1 -6
- package/core/runner.js +9 -20
- package/dist/report/bundle.esm.js +145 -129
- package/dist/report/flow.js +19 -13
- package/dist/report/standalone.js +10 -4
- package/package.json +1 -1
- package/report/assets/styles.css +1 -1
- package/report/renderer/components.js +1 -1
- package/report/renderer/i18n-formatter.js +1 -1
- package/report/renderer/report-ui-features.js +1 -1
- package/report/renderer/report-utils.d.ts +4 -4
- package/report/renderer/report-utils.js +13 -130
- package/report/test/renderer/report-ui-features-test.js +20 -31
- package/report/test/renderer/report-utils-test.js +0 -170
- package/report/tsconfig.json +1 -0
- package/shared/localization/locales/ar-XB.json +0 -9
- package/shared/localization/locales/ar.json +0 -9
- package/shared/localization/locales/bg.json +0 -9
- package/shared/localization/locales/ca.json +0 -9
- package/shared/localization/locales/cs.json +0 -9
- package/shared/localization/locales/da.json +0 -9
- package/shared/localization/locales/de.json +0 -9
- package/shared/localization/locales/el.json +0 -9
- package/shared/localization/locales/en-GB.json +0 -9
- package/shared/localization/locales/en-US.json +9 -9
- package/shared/localization/locales/en-XA.json +0 -9
- package/shared/localization/locales/en-XL.json +9 -9
- package/shared/localization/locales/es-419.json +0 -9
- package/shared/localization/locales/es.json +0 -9
- package/shared/localization/locales/fi.json +0 -9
- package/shared/localization/locales/fil.json +0 -9
- package/shared/localization/locales/fr.json +0 -9
- package/shared/localization/locales/he.json +0 -9
- package/shared/localization/locales/hi.json +0 -9
- package/shared/localization/locales/hr.json +0 -9
- package/shared/localization/locales/hu.json +0 -9
- package/shared/localization/locales/id.json +0 -9
- package/shared/localization/locales/it.json +0 -9
- package/shared/localization/locales/ja.json +0 -9
- package/shared/localization/locales/ko.json +0 -9
- package/shared/localization/locales/lt.json +0 -9
- package/shared/localization/locales/lv.json +0 -9
- package/shared/localization/locales/nl.json +0 -9
- package/shared/localization/locales/no.json +0 -9
- package/shared/localization/locales/pl.json +0 -9
- package/shared/localization/locales/pt-PT.json +0 -9
- package/shared/localization/locales/pt.json +0 -9
- package/shared/localization/locales/ro.json +0 -9
- package/shared/localization/locales/ru.json +0 -9
- package/shared/localization/locales/sk.json +0 -9
- package/shared/localization/locales/sl.json +0 -9
- package/shared/localization/locales/sr-Latn.json +0 -9
- package/shared/localization/locales/sr.json +0 -9
- package/shared/localization/locales/sv.json +0 -9
- package/shared/localization/locales/ta.json +0 -9
- package/shared/localization/locales/te.json +0 -9
- package/shared/localization/locales/th.json +0 -9
- package/shared/localization/locales/tr.json +0 -9
- package/shared/localization/locales/uk.json +0 -9
- package/shared/localization/locales/vi.json +0 -9
- package/shared/localization/locales/zh-HK.json +0 -9
- package/shared/localization/locales/zh-TW.json +0 -9
- package/shared/localization/locales/zh.json +0 -9
- package/tsconfig.json +1 -1
- package/types/artifacts.d.ts +2 -5
- package/types/lhr/lhr.d.ts +3 -11
- package/core/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.d.ts +0 -10
- package/core/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -49
|
@@ -94,176 +94,6 @@ describe('util helpers', () => {
|
|
|
94
94
|
});
|
|
95
95
|
|
|
96
96
|
describe('#prepareReportResult', () => {
|
|
97
|
-
describe('backward compatibility', () => {
|
|
98
|
-
it('corrects underscored `notApplicable` scoreDisplayMode', () => {
|
|
99
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
100
|
-
|
|
101
|
-
// Avoid injecting entity names into audits that would would
|
|
102
|
-
// make the diff at the end of this test difficult.
|
|
103
|
-
delete clonedSampleResult.entities;
|
|
104
|
-
|
|
105
|
-
let notApplicableCount = 0;
|
|
106
|
-
Object.values(clonedSampleResult.audits).forEach(audit => {
|
|
107
|
-
if (audit.scoreDisplayMode === 'notApplicable') {
|
|
108
|
-
notApplicableCount++;
|
|
109
|
-
audit.scoreDisplayMode = 'not_applicable';
|
|
110
|
-
}
|
|
111
|
-
});
|
|
112
|
-
|
|
113
|
-
assert.ok(notApplicableCount > 20); // Make sure something's being tested.
|
|
114
|
-
|
|
115
|
-
// Original audit results should be restored.
|
|
116
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
117
|
-
|
|
118
|
-
assert.deepStrictEqual(preparedResult.audits, sampleResult.audits);
|
|
119
|
-
});
|
|
120
|
-
|
|
121
|
-
it('corrects undefined auditDetails.type to `debugdata`', () => {
|
|
122
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
123
|
-
|
|
124
|
-
// Avoid injecting entity names into audits that would would
|
|
125
|
-
// make the diff at the end of this test difficult.
|
|
126
|
-
delete clonedSampleResult.entities;
|
|
127
|
-
|
|
128
|
-
// Delete debugdata details types.
|
|
129
|
-
let undefinedCount = 0;
|
|
130
|
-
for (const audit of Object.values(clonedSampleResult.audits)) {
|
|
131
|
-
if (audit.details && audit.details.type === 'debugdata') {
|
|
132
|
-
undefinedCount++;
|
|
133
|
-
delete audit.details.type;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
assert.ok(undefinedCount > 4); // Make sure something's being tested.
|
|
137
|
-
assert.notDeepStrictEqual(clonedSampleResult.audits, sampleResult.audits);
|
|
138
|
-
|
|
139
|
-
// Original audit results should be restored.
|
|
140
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
141
|
-
assert.deepStrictEqual(preparedResult.audits, sampleResult.audits);
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
it('corrects `diagnostic` auditDetails.type to `debugdata`', () => {
|
|
145
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
146
|
-
|
|
147
|
-
// Avoid injecting entity names into audits that would would
|
|
148
|
-
// make the diff at the end of this test difficult.
|
|
149
|
-
delete clonedSampleResult.entities;
|
|
150
|
-
|
|
151
|
-
// Change debugdata details types.
|
|
152
|
-
let diagnosticCount = 0;
|
|
153
|
-
for (const audit of Object.values(clonedSampleResult.audits)) {
|
|
154
|
-
if (audit.details && audit.details.type === 'debugdata') {
|
|
155
|
-
diagnosticCount++;
|
|
156
|
-
audit.details.type = 'diagnostic';
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
assert.ok(diagnosticCount > 4); // Make sure something's being tested.
|
|
160
|
-
assert.notDeepStrictEqual(clonedSampleResult.audits, sampleResult.audits);
|
|
161
|
-
|
|
162
|
-
// Original audit results should be restored.
|
|
163
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
164
|
-
assert.deepStrictEqual(preparedResult.audits, sampleResult.audits);
|
|
165
|
-
});
|
|
166
|
-
|
|
167
|
-
it('corrects screenshots in the `filmstrip` auditDetails.type', () => {
|
|
168
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
169
|
-
|
|
170
|
-
// Avoid injecting entity names into audits that would would
|
|
171
|
-
// make the diff at the end of this test difficult.
|
|
172
|
-
delete clonedSampleResult.entities;
|
|
173
|
-
|
|
174
|
-
// Strip filmstrip screenshots of data URL prefix.
|
|
175
|
-
let filmstripCount = 0;
|
|
176
|
-
for (const audit of Object.values(clonedSampleResult.audits)) {
|
|
177
|
-
if (audit.details && audit.details.type === 'filmstrip') {
|
|
178
|
-
filmstripCount++;
|
|
179
|
-
for (const screenshot of audit.details.items) {
|
|
180
|
-
screenshot.data = screenshot.data.slice('data:image/jpeg;base64,'.length);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
assert.ok(filmstripCount > 0); // Make sure something's being tested.
|
|
185
|
-
assert.notDeepStrictEqual(clonedSampleResult.audits, sampleResult.audits);
|
|
186
|
-
|
|
187
|
-
// Original audit results should be restored.
|
|
188
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
189
|
-
assert.deepStrictEqual(preparedResult.audits, sampleResult.audits);
|
|
190
|
-
});
|
|
191
|
-
|
|
192
|
-
it('moves full-page-screenshot audit', () => {
|
|
193
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
194
|
-
|
|
195
|
-
clonedSampleResult.audits['full-page-screenshot'] = {
|
|
196
|
-
details: {
|
|
197
|
-
type: 'full-page-screenshot',
|
|
198
|
-
...sampleResult.fullPageScreenshot,
|
|
199
|
-
},
|
|
200
|
-
};
|
|
201
|
-
delete clonedSampleResult.fullPageScreenshot;
|
|
202
|
-
// Avoid injecting entity names into audits that would would
|
|
203
|
-
// make the diff at the end of this test difficult.
|
|
204
|
-
delete clonedSampleResult.entities;
|
|
205
|
-
|
|
206
|
-
assert.ok(clonedSampleResult.audits['full-page-screenshot'].details.nodes); // Make sure something's being tested.
|
|
207
|
-
assert.notDeepStrictEqual(clonedSampleResult.audits, sampleResult.audits);
|
|
208
|
-
|
|
209
|
-
// Original audit results should be restored.
|
|
210
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
211
|
-
assert.deepStrictEqual(preparedResult.audits, sampleResult.audits);
|
|
212
|
-
assert.deepStrictEqual(preparedResult.fullPageScreenshot, sampleResult.fullPageScreenshot);
|
|
213
|
-
});
|
|
214
|
-
|
|
215
|
-
it('corrects performance category without hidden group', () => {
|
|
216
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
217
|
-
|
|
218
|
-
clonedSampleResult.lighthouseVersion = '8.6.0';
|
|
219
|
-
delete clonedSampleResult.categoryGroups['hidden'];
|
|
220
|
-
for (const auditRef of clonedSampleResult.categories['performance'].auditRefs) {
|
|
221
|
-
if (auditRef.group === 'hidden') {
|
|
222
|
-
delete auditRef.group;
|
|
223
|
-
} else if (!auditRef.group) {
|
|
224
|
-
auditRef.group = 'diagnostics';
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
assert.notDeepStrictEqual(clonedSampleResult.categories, sampleResult.categories);
|
|
228
|
-
assert.notDeepStrictEqual(clonedSampleResult.categoryGroups, sampleResult.categoryGroups);
|
|
229
|
-
|
|
230
|
-
// Original audit results should be restored.
|
|
231
|
-
const clonedPreparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
232
|
-
const preparedResult = ReportUtils.prepareReportResult(sampleResult);
|
|
233
|
-
assert.deepStrictEqual(clonedPreparedResult.categories, preparedResult.categories);
|
|
234
|
-
assert.deepStrictEqual(clonedPreparedResult.categoryGroups, preparedResult.categoryGroups);
|
|
235
|
-
});
|
|
236
|
-
|
|
237
|
-
it('converts old opportunity table column headings to consolidated table headings', () => {
|
|
238
|
-
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
239
|
-
|
|
240
|
-
// Avoid injecting entity names into audits that would would
|
|
241
|
-
// make the diff at the end of this test difficult.
|
|
242
|
-
delete clonedSampleResult.entities;
|
|
243
|
-
|
|
244
|
-
const auditsWithTableDetails = Object.values(clonedSampleResult.audits)
|
|
245
|
-
.filter(audit => audit.details?.type === 'table');
|
|
246
|
-
assert.notEqual(auditsWithTableDetails.length, 0);
|
|
247
|
-
for (const audit of auditsWithTableDetails) {
|
|
248
|
-
for (const heading of audit.details.headings) {
|
|
249
|
-
heading.itemType = heading.valueType;
|
|
250
|
-
heading.text = heading.label;
|
|
251
|
-
delete heading.valueType;
|
|
252
|
-
delete heading.label;
|
|
253
|
-
|
|
254
|
-
if (heading.subItemsHeading) {
|
|
255
|
-
heading.subItemsHeading.itemType = heading.subItemsHeading.valueType;
|
|
256
|
-
// @ts-expect-error
|
|
257
|
-
delete heading.subItemsHeading.valueType;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
const preparedResult = ReportUtils.prepareReportResult(clonedSampleResult);
|
|
263
|
-
assert.deepStrictEqual(sampleResult.audits, preparedResult.audits);
|
|
264
|
-
});
|
|
265
|
-
});
|
|
266
|
-
|
|
267
97
|
it('appends stack pack descriptions to auditRefs', () => {
|
|
268
98
|
const clonedSampleResult = JSON.parse(JSON.stringify(sampleResult));
|
|
269
99
|
const iconDataURL = 'data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3C/svg%3E';
|
package/report/tsconfig.json
CHANGED
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Avoids requesting the notification permission on page load"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Preventing password pasting undermines good security policy. [Learn more](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Prevents users to paste into password fields"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Allows users to paste into password fields"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "يتم تجنُّب طلب إذن الإشعار عند تحميل الصفحة"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "يؤدي منع لصق كلمة المرور إلى تقويض سياسة الأمان الجيدة. [مزيد من المعلومات](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "يتم منع المستخدمين من اللصق في حقول كلمات المرور"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "يتم السماح للمستخدمين باللصق في حقول كلمات المرور"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "البروتوكول"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Избягва да иска разрешение за известяване при зареждането на страницата"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Забраната на поставянето на пароли неутрализира добра практика за сигурност. [Научете повече](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Не позволява на потребителите да поставят в полетата за парола"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Разрешава на потребителите да поставят в полетата за парола"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Протокол"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Evita sol·licitar el permís de notificació en carregar la pàgina"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Impedir enganxar la contrasenya va en detriment d'una bona política de seguretat. [Obtén més informació](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Evita que els usuaris enganxin contingut als camps de contrasenya"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Permet que els usuaris enganxin contingut als camps de contrasenya"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Nežádá při načtení stránky o oprávnění zobrazovat oznámení"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Blokování vkládání hesel je v rozporu s dobrými bezpečnostními zásadami. [Další informace](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Brání uživatelům ve vkládání obsahu do polí pro hesla"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Povoluje uživatelům vkládání obsahu do polí pro hesla"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Undgår at anmode om tilladelse til notifikationer ved indlæsning af siden"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "En god sikkerhedspolitik undermineres ved at forhindre indsættelse af adgangskoder. [Få flere oplysninger](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Forhindrer brugere i at indsætte indhold i adgangskodefelter"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Tillader, at brugere indsætter indhold i adgangskodefelter"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Fordert während des Seitenaufbaus keine Benachrichtigungsberechtigung an"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Das Einfügen von Passwörtern sollte entsprechend guten Sicherheitsrichtlinien zulässig sein. [Weitere Informationen.](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Hindert Nutzer daran, Inhalte in Passwortfelder einzufügen"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Erlaubt Nutzern, Inhalte in Passwortfelder einzufügen"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokoll"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Αποφυγή αιτήματος για άδεια ειδοποίησης κατά τη φόρτωση σελίδων"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Η απαγόρευση της επικόλλησης κωδικών πρόσβασης υπονομεύει την ορθή πολιτική ασφάλειας. [Μάθετε περισσότερα](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Εμποδίζει την επικόλληση στα πεδία κωδικών πρόσβασης από τους χρήστες"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Επιτρέπει την επικόλληση στα πεδία κωδικών πρόσβασης από τους χρήστες"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Πρωτόκολλο"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Avoids requesting the notification permission on page load"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Preventing password pasting undermines good security policy. [Learn more](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Prevents users to paste into password fields"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Allows users to paste into password fields"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocol"
|
|
877
868
|
},
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"message": "Doctype name must be the string `html`"
|
|
664
664
|
},
|
|
665
665
|
"core/audits/dobetterweb/doctype.js | explanationLimitedQuirks": {
|
|
666
|
-
"message": "Document contains a doctype that triggers limited-quirks-mode"
|
|
666
|
+
"message": "Document contains a `doctype` that triggers `limited-quirks-mode`"
|
|
667
667
|
},
|
|
668
668
|
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
669
669
|
"message": "Document must contain a doctype"
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"message": "Expected systemId to be an empty string"
|
|
676
676
|
},
|
|
677
677
|
"core/audits/dobetterweb/doctype.js | explanationWrongDoctype": {
|
|
678
|
-
"message": "Document contains a doctype that triggers quirks-mode"
|
|
678
|
+
"message": "Document contains a `doctype` that triggers `quirks-mode`"
|
|
679
679
|
},
|
|
680
680
|
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
681
681
|
"message": "Page lacks the HTML doctype, thus triggering quirks-mode"
|
|
@@ -764,14 +764,14 @@
|
|
|
764
764
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
765
765
|
"message": "Avoids requesting the notification permission on page load"
|
|
766
766
|
},
|
|
767
|
-
"core/audits/dobetterweb/
|
|
768
|
-
"message": "Preventing
|
|
767
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | description": {
|
|
768
|
+
"message": "Preventing input pasting is a UX anti-pattern, and undermines good security policy. [Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
|
|
769
769
|
},
|
|
770
|
-
"core/audits/dobetterweb/
|
|
771
|
-
"message": "Prevents users
|
|
770
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | failureTitle": {
|
|
771
|
+
"message": "Prevents users from pasting into input fields"
|
|
772
772
|
},
|
|
773
|
-
"core/audits/dobetterweb/
|
|
774
|
-
"message": "Allows users to paste into
|
|
773
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
774
|
+
"message": "Allows users to paste into input fields"
|
|
775
775
|
},
|
|
776
776
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
777
777
|
"message": "Protocol"
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
"message": "Ineligible APIs were used."
|
|
1870
1870
|
},
|
|
1871
1871
|
"core/lib/bf-cache-strings.js | injectedJavascript": {
|
|
1872
|
-
"message": "
|
|
1872
|
+
"message": "Pages that JavaScript is injected into by extensions are not currently eligible for back/forward cache."
|
|
1873
1873
|
},
|
|
1874
1874
|
"core/lib/bf-cache-strings.js | injectedStyleSheet": {
|
|
1875
1875
|
"message": "Pages that StyleSheet is injected into by extensions are not currently eligible for back/forward cache."
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "[Åvöîðš ŕéqûéšţîñĝ ţĥé ñöţîƒîçåţîöñ þéŕmîššîöñ öñ þåĝé ļöåð one two three four five six seven eight nine ten eleven twelve]"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "[Þŕévéñţîñĝ þåššŵöŕð þåšţîñĝ ûñðéŕmîñéš ĝööð šéçûŕîţý þöļîçý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/password-inputs-can-be-pasted-into/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "[Þŕévéñţš ûšéŕš ţö þåšţé îñţö þåššŵöŕð ƒîéļðš one two three four five six seven eight nine]"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "[Åļļöŵš ûšéŕš ţö þåšţé îñţö þåššŵöŕð ƒîéļðš one two three four five six seven eight nine]"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "[Þŕöţöçöļ one]"
|
|
877
868
|
},
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"message": "D̂óĉt́ŷṕê ńâḿê ḿûśt̂ b́ê t́ĥé ŝt́r̂ín̂ǵ `html`"
|
|
664
664
|
},
|
|
665
665
|
"core/audits/dobetterweb/doctype.js | explanationLimitedQuirks": {
|
|
666
|
-
"message": "D̂óĉúm̂én̂t́ ĉón̂t́âín̂ś â
|
|
666
|
+
"message": "D̂óĉúm̂én̂t́ ĉón̂t́âín̂ś â `doctype` t́ĥát̂ t́r̂íĝǵêŕŝ `limited-quirks-mode`"
|
|
667
667
|
},
|
|
668
668
|
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
669
669
|
"message": "D̂óĉúm̂én̂t́ m̂úŝt́ ĉón̂t́âín̂ á d̂óĉt́ŷṕê"
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"message": "Êx́p̂éĉt́êd́ ŝýŝt́êḿÎd́ t̂ó b̂é âń êḿp̂t́ŷ śt̂ŕîńĝ"
|
|
676
676
|
},
|
|
677
677
|
"core/audits/dobetterweb/doctype.js | explanationWrongDoctype": {
|
|
678
|
-
"message": "D̂óĉúm̂én̂t́ ĉón̂t́âín̂ś â
|
|
678
|
+
"message": "D̂óĉúm̂én̂t́ ĉón̂t́âín̂ś â `doctype` t́ĥát̂ t́r̂íĝǵêŕŝ `quirks-mode`"
|
|
679
679
|
},
|
|
680
680
|
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
681
681
|
"message": "P̂áĝé l̂áĉḱŝ t́ĥé ĤT́M̂Ĺ d̂óĉt́ŷṕê, t́ĥúŝ t́r̂íĝǵêŕîńĝ q́ûír̂ḱŝ-ḿôd́ê"
|
|
@@ -764,14 +764,14 @@
|
|
|
764
764
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
765
765
|
"message": "Âv́ôíd̂ś r̂éq̂úêśt̂ín̂ǵ t̂h́ê ńôt́îf́îćât́îón̂ ṕêŕm̂íŝśîón̂ ón̂ ṕâǵê ĺôád̂"
|
|
766
766
|
},
|
|
767
|
-
"core/audits/dobetterweb/
|
|
768
|
-
"message": "P̂ŕêv́êńt̂ín̂ǵ p̂
|
|
767
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | description": {
|
|
768
|
+
"message": "P̂ŕêv́êńt̂ín̂ǵ îńp̂út̂ ṕâśt̂ín̂ǵ îś â ÚX̂ án̂t́î-ṕât́t̂ér̂ń, âńd̂ ún̂d́êŕm̂ín̂éŝ ǵôód̂ śêćûŕît́ŷ ṕôĺîćŷ. [Ĺêár̂ń m̂ór̂é âb́ôút̂ úŝér̂-f́r̂íêńd̂ĺŷ ín̂ṕût́ f̂íêĺd̂ś](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
|
|
769
769
|
},
|
|
770
|
-
"core/audits/dobetterweb/
|
|
771
|
-
"message": "P̂ŕêv́êńt̂ś ûśêŕŝ
|
|
770
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | failureTitle": {
|
|
771
|
+
"message": "P̂ŕêv́êńt̂ś ûśêŕŝ f́r̂óm̂ ṕâśt̂ín̂ǵ îńt̂ó îńp̂út̂ f́îél̂d́ŝ"
|
|
772
772
|
},
|
|
773
|
-
"core/audits/dobetterweb/
|
|
774
|
-
"message": "Âĺl̂óŵś ûśêŕŝ t́ô ṕâśt̂é îńt̂ó
|
|
773
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
774
|
+
"message": "Âĺl̂óŵś ûśêŕŝ t́ô ṕâśt̂é îńt̂ó îńp̂út̂ f́îél̂d́ŝ"
|
|
775
775
|
},
|
|
776
776
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
777
777
|
"message": "P̂ŕôt́ôćôĺ"
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
"message": "Îńêĺîǵîb́l̂é ÂṔÎś ŵér̂é ûśêd́."
|
|
1870
1870
|
},
|
|
1871
1871
|
"core/lib/bf-cache-strings.js | injectedJavascript": {
|
|
1872
|
-
"message": "
|
|
1872
|
+
"message": "P̂áĝéŝ t́ĥát̂ J́âv́âŚĉŕîṕt̂ íŝ ín̂j́êćt̂éd̂ ín̂t́ô b́ŷ éx̂t́êńŝíôńŝ ár̂é n̂ót̂ ćûŕr̂én̂t́l̂ý êĺîǵîb́l̂é f̂ór̂ b́âćk̂/f́ôŕŵár̂d́ ĉáĉh́ê."
|
|
1873
1873
|
},
|
|
1874
1874
|
"core/lib/bf-cache-strings.js | injectedStyleSheet": {
|
|
1875
1875
|
"message": "P̂áĝéŝ t́ĥát̂ Śt̂ýl̂éŜh́êét̂ íŝ ín̂j́êćt̂éd̂ ín̂t́ô b́ŷ éx̂t́êńŝíôńŝ ár̂é n̂ót̂ ćûŕr̂én̂t́l̂ý êĺîǵîb́l̂é f̂ór̂ b́âćk̂/f́ôŕŵár̂d́ ĉáĉh́ê."
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Evita solicitar el permiso de notificaciones al cargar la página"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Evitar el pegado de contraseñas debilita las buenas políticas de seguridad. [Obtén más información](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Evita que los usuarios peguen contenido en los campos de contraseña"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Permite que los usuarios peguen contenido en los campos de contraseña"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocolo"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Evita solicitar el permiso de notificación al cargar la página"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Evitar que se pueda pegar texto en el campo de contraseña debilita una buena política de seguridad. [Más información](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Impide que los usuarios peguen texto en los campos de contraseña"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Permite que los usuarios peguen texto en los campos de contraseña"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocolo"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Välttää ilmoitusten käyttöoikeuden pyytämistä sivun latauksessa"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Salasanan liittämisen estäminen on hyvän tietoturvakäytännön vastaista. [Lue lisää](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Estää käyttäjiä liittämästä sisältöä salasanakenttiin"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Sallii käyttäjien liittää sisältöä salasanakenttiin"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokolla"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Iniiwasan ang paghiling ng pahintulot sa notification sa pag-load ng page"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Pinapahina ng paghadlang sa pag-paste ng password ang magandang patakarang panseguridad. [Matuto pa](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Pinipigilan ang mga user na mag-paste sa mga field ng password"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Pinapayagan ang mga user na mag-paste sa mga field ng password"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Aucune autorisation d'envoi de notifications n'est demandée au chargement de la page"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Empêcher la copie de contenu dans les champs de mot de passe nuit aux règles de sécurité. [En savoir plus](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "La copie de contenu n'est pas autorisée dans les champs de mot de passe"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Autoriser les utilisateurs à copier un contenu dans les champs de mot de passe"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protocole"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "הדף לא מבקש הרשאה להתראות במהלך טעינת הדף"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "מניעה של הדבקת סיסמאות פוגעת ביכולת לקיים מדיניות אבטחה טובה. [מידע נוסף](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "בדף הזה משתמשים לא יכולים להדביק תוכן מועתק לתוך שדות של סיסמאות"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "בדף הזה משתמשים יכולים להדביק תוכן מועתק לתוך שדות של סיסמאות"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "פרוטוקול"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "पेज लोड पर सूचना भेजने की मंज़ूरी का अनुरोध नहीं किया जाता"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "पासवर्ड वाले फ़ील्ड में कुछ कॉपी करके चिपकाने की सुविधा न लागू करने का मतलब है एक अच्छी सुरक्षा नीति को कमज़ोर समझना. [ज़्यादा जानें](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "इस्तेमाल करने वालों को पासवर्ड फ़ील्ड में पहले से कॉपी की गई जानकारी चिपकाने से रोकता है"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "इस्तेमाल करने वालों को पासवर्ड फ़ील्ड में पहले से कॉपी की गई जानकारी चिपकाने देता है"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "प्रोटोकॉल"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Izbjegava traženje dopuštenja za obavještavanje pri učitavanju stranice"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "Sprječavanje lijepljenja zaporke narušava kvalitetu dobrih sigurnosnih pravila. [Saznajte više](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Onemogućuje korisnicima lijepljenje u polja za zaporku"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Omogućuje korisnicima lijepljenje u polja za zaporku"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokol"
|
|
877
868
|
},
|
|
@@ -863,15 +863,6 @@
|
|
|
863
863
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
864
|
"message": "Kerüli az értesítésekre vonatkozó engedély kérését oldalbetöltéskor"
|
|
865
865
|
},
|
|
866
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
867
|
-
"message": "A jelszóbeillesztés megakadályozása rossz biztonsági gyakorlat. [További információ](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
870
|
-
"message": "Megakadályozza, hogy a felhasználók szöveget illesszenek be a jelszómezőkbe"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
873
|
-
"message": "Lehetővé teszi, hogy a felhasználók beillesszenek a jelszómezőkbe"
|
|
874
|
-
},
|
|
875
866
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
876
867
|
"message": "Protokoll"
|
|
877
868
|
},
|