File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : ["master "]
7+ branches : ["github-pages "]
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
Original file line number Diff line number Diff line change 611611 } ;
612612
613613 function logLocalIframeIPCSplash ( context ) {
614+ if ( ! isFileProtocolRuntime ( ) && ! isLocalIframeIPCTraceEnabled ( ) ) return ;
614615 const protocol = ( typeof window !== 'undefined' && window . location && window . location . protocol ) ? window . location . protocol : 'unknown' ;
615616 const configured = typeof CONFIG === 'undefined' ? 'unset' : ( CONFIG . ConfigIframeIPC ?. enableLocalIframeIPC !== false ) ;
616617 const active = isLocalIframeIPCEnabled ( ) ;
Original file line number Diff line number Diff line change @@ -5306,6 +5306,7 @@ <h4>Tips</h4>
53065306 } ;
53075307
53085308 function logLocalIframeIPCSplash ( context ) {
5309+ if ( ! isFileProtocolRuntime ( ) && ! isLocalIframeIPCTraceEnabled ( ) ) return ;
53095310 const protocol = ( typeof window !== 'undefined' && window . location && window . location . protocol ) ? window . location . protocol : 'unknown' ;
53105311 const configured = typeof CONFIG === 'undefined' ? 'unset' : ( CONFIG . ConfigIframeIPC ?. enableLocalIframeIPC !== false ) ;
53115312 const active = isLocalIframeIPCEnabled ( ) ;
Original file line number Diff line number Diff line change @@ -1032,6 +1032,7 @@ <h6>Outgoing Edges:</h6>
10321032 } ;
10331033
10341034 function logLocalIframeIPCSplash ( context ) {
1035+ if ( ! ( typeof window !== 'undefined' && window . location && window . location . protocol === 'file:' ) && ! isLocalIframeIPCTraceEnabled ( ) ) return ;
10351036 const protocol = ( typeof window !== 'undefined' && window . location && window . location . protocol ) ? window . location . protocol : 'unknown' ;
10361037 const configured = typeof CONFIG === 'undefined' ? 'unset' : ( CONFIG . ConfigIframeIPC ?. enableLocalIframeIPC !== false ) ;
10371038 const active = isLocalIframeIPCEnabled ( ) ;
You can’t perform that action at this time.
0 commit comments