SandboxAutomaticFeatures 3009 Source/core/dom/Document.cpp if (httpRefreshType == HttpRefreshFromMetaTag && isSandboxed(SandboxAutomaticFeatures)) { SandboxAutomaticFeatures 61 Source/core/dom/SandboxFlags.cpp flags &= ~SandboxAutomaticFeatures; SandboxAutomaticFeatures 204 Source/core/html/HTMLFormControlElement.cpp if (element->document().isSandboxed(SandboxAutomaticFeatures)) { SandboxAutomaticFeatures 1621 Source/core/html/HTMLMediaElement.cpp if (m_autoplaying && m_paused && autoplay() && !document().isSandboxed(SandboxAutomaticFeatures) && !m_userGestureRequiredForPlay) {