Skip to content

Commit

Permalink
Update files/zh-cn/web/manifest/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jul 30, 2024
1 parent 5ce2b0f commit 4836885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/manifest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ web 应用清单可通过文档 {{HTMLElement("head")}} 中的 {{HTMLElement("li
<link rel="manifest" href="manifest.json" />
```

在规范的[媒体类型注册表](https://w3c.github.io/manifest/#media-type-registration)部分指定了 `.webmanifest` 扩展名(清单文件的响应需返回 `Content-Type: application/manifest+json`)。浏览器通常支持带有其他适当扩展名的清单,如 `.json``Content-Type: application/json`)。
规范的[媒体类型注册表](https://w3c.github.io/manifest/#media-type-registration)部分指定了 `.webmanifest` 扩展名(清单文件的响应需返回 `Content-Type: application/manifest+json`)。浏览器通常支持带有其他适当扩展名的清单,如 `.json``Content-Type: application/json`)。

如果清单需要凭据才能获取,则必须将 [`crossorigin`](/zh-CN/docs/Web/HTML/Attributes/crossorigin) 属性设置为 `use-credentials`,即使清单文件与当前页面同源。

Expand Down

0 comments on commit 4836885

Please sign in to comment.