Skip to content

Commit

Permalink
zh-cn: fix typo (#24932)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Dec 4, 2024
1 parent 8aab104 commit 406271c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ l10n:

[重定向 URL](https://www.oauth.com/oauth2-servers/redirect-uris/) 代表着 {{WebExtAPIRef("identity.launchWebAuthFlow()")}} 的端点,即会将包含访问令牌或授权码传递给扩展的 URL。浏览器会从重定向 URL 中直接提取获得结果,而不会加载其响应。

你可以调用 {{WebExtAPIRef("identity.getRedirectURL()")}} 来获取重定向 URL。此函数从附加组件f的 ID 派生出一个重定向 URL。为了简化测试,你应该使用 [`browser_specific_settings`](/zh-CN/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings) 键显式地设置附加组件的 ID(否则你每次[临时安装扩展](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/)都会得到一个不同的重定向 URL)。
你可以调用 {{WebExtAPIRef("identity.getRedirectURL()")}} 来获取重定向 URL。此函数从附加组件的 ID 派生出一个重定向 URL。为了简化测试,你应该使用 [`browser_specific_settings`](/zh-CN/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings) 键显式地设置附加组件的 ID(否则你每次[临时安装扩展](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/)都会得到一个不同的重定向 URL)。

{{WebExtAPIRef("identity.getRedirectURL()")}} 会返回一个 URL(其域名固定,而其子域名将从附加组件的 ID 派生而来)。一些 OAuth 服务器(例如 Google)只接受具有验证所有权的域名作为重定向 URL。由于虚拟域名无法由编写扩展的开发者控制,因此默认域名并不总是可用。

Expand Down

0 comments on commit 406271c

Please sign in to comment.