-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point to new channel file behind CDN #3191
Comments
@NejcZdovc could you clarify which flags I should be using in the terminal? I'm launching with
The only item I see about the publisher list is |
Verified passed with
Verification passed on
Verification passed on
|
Test Plan
brave/brave-core#1575
Description
In order to make the channels file faster and more reliable for the browser to retrieve, the devops team has put it behind the CDN and defaulted the file to being gzip compressed at the edge. To ensure that both versions can run uninterrupted for existing clients, there is a new subdomain to retrieve the file. Please change the URLs to request channel files to the following:
Staging: https://publishers-staging-distro.basicattentiontoken.org/api/v1/public/channels
Production: https://publishers-distro.basicattentiontoken.org/api/v1/public/channels
Keep in mind that to take advantage of the gzipping, you need to send a ""Accept-Encoding: gzip" header and confirm that the file is uncompressed client side.
The text was updated successfully, but these errors were encountered: