[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-21 (世界標準時間)。"],[[["Third-party Google Meet add-ons must utilize `https` for all origins involved in their operation."],["Add-ons need to declare all origins they use in the `addOnOrigins` field of their manifest file for security and validation purposes."],["URL navigation within the add-on iframe is restricted to origins specified in the `addOnOrigins` field, including potential wildcard subdomains."],["The `addOnOrigins` field is crucial for controlling the iframe's `frame-src` and ensuring the add-on's interactions with Google Meet remain secure."]]],["Third-party add-ons must adhere to origin restrictions. All origins used by the add-on must use `https`. The `addOnOrigins` field in the add-on manifest must list all origins used, as CSP host source values, excluding resource paths. This list validates URLs used in the `sidePanelUri`, `sidePanelUrl`, and `mainStageUrl` properties, along with the caller origin of `exposeToMeetWhenScreensharing()`. If iframes navigate to new URLs, those origins must also be included in `addOnOrigins`. Wildcard subdomains are allowed but discouraged for domains not owned.\n"]]