function getFileUrl()

in scripts/generate-manifest.js [276:282]


function getFileUrl(hostname, pathname, manifestVersion) {
  if (semver.lt(manifestVersion, '7.6.0')) {
    return `https://${hostname}${pathname}?elastic_tile_service_tos=agree`;
  } else {
    return `${pathname}`;
  }
}