瀏覽代碼

l10n: Spelling unification

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v25.0.0beta7
Valdnet 1 年之前
父節點
當前提交
a9f20b94c9
共有 3 個檔案被更改,包括 4 行新增4 行删除
  1. 1
    1
      core/js/setupchecks.js
  2. 2
    2
      dist/core-systemtags.js
  3. 1
    1
      dist/core-systemtags.js.map

+ 1
- 1
core/js/setupchecks.js 查看文件

@@ -655,7 +655,7 @@
var xssfields = xhr.getResponseHeader('X-XSS-Protection') ? xhr.getResponseHeader('X-XSS-Protection').split(';').map(function(item) { return item.trim(); }) : [];
if (xssfields.length === 0 || xssfields.indexOf('1') === -1 || xssfields.indexOf('mode=block') === -1) {
messages.push({
msg: t('core', 'The "{header}" HTTP header doesn\'t contain "{expected}". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.',
msg: t('core', 'The "{header}" HTTP header does not contain "{expected}". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.',
{
header: 'X-XSS-Protection',
expected: '1; mode=block'

+ 2
- 2
dist/core-systemtags.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
dist/core-systemtags.js.map
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存