[[["容易理解","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 (世界標準時間)。"],[[["Apps Script utilizes iframes to sandbox HTML service web apps and custom interfaces for Google products, protecting users from malicious code."],["All sandbox modes except `IFRAME` are sunset; existing scripts using older modes automatically transition to `IFRAME`, and developers should migrate their code accordingly."],["The `IFRAME` sandbox mode, based on HTML5 iframe sandboxing, imposes limitations on client-side code with specific allowances and restrictions."],["To redirect users in `IFRAME` mode, use links or buttons with `target=\"_top\"` or `_blank\"` or utilize the `\u003cbase\u003e` tag to override this behavior."],["Active content like scripts and external stylesheets within the sandboxed environment must be loaded over HTTPS to ensure security."]]],[]]