Serve static asset from an API Gateway endpoint #1167
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request migrates all static asset and report data URLs from the legacy CDN (
cdn.httparchive.org) to a new Google Cloud Gateway endpoint (reports-prod-2vzgiib6.uc.gateway.dev). This affects JavaScript, HTML templates, server configuration, and testing scripts to ensure all references and tests now use the new endpoint. Additionally, the Content Security Policy is updated to allow requests to the new domains.Key changes include:
Migration of asset and data URLs to new endpoint:
histogram.js,timeseries.js,techreport/combobox.js,techreport/tableLinked.js, anddrilldownHeader.js) now use the new Google Cloud Gateway endpoint instead of the old CDN.report.html) preconnects to the new endpoint for improved performance.Testing and configuration updates:
test_reports.sh) is updated to test against the new endpoint for both monthly and timeseries reports.last_updated.jsonconfig file is updated to reflect new hashes and modification dates for affected JavaScript assets.Security policy update:
server/csp.pyis updated to allow requests to both the production and development Google Cloud Gateway endpoints.