Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ isCdnProxy
Function
isCdnProxy
ads/google/a4a/utils.js:927–929 ·
view source on GitHub ↗
(win)
Source
from the content-addressed store, hash-verified
925
* @
return
{boolean}
926
*/
927
export
function
isCdnProxy(win) {
928
return
CDN_PROXY_REGEXP.test(win.location.origin);
929
}
930
931
/**
932
* Populates the fields of the given Nameframe experiment config object.
Callers
4
shouldPreferentialRenderWithoutCrypto
Method · 0.90
isXhrAllowed
Method · 0.90
isGoogleAdsA4AValidEnvironment
Function · 0.70
getAmpRuntimeTypeParameter
Function · 0.70
Calls
1
test
Method · 0.45
Tested by
no test coverage detected