Closed
Bug 1529045
Opened 6 years ago
Closed 6 years ago
Use CDN for DiscoveryStream Layouts
Categories
(Firefox :: New Tab Page, enhancement, P1)
Firefox
New Tab Page
Tracking
()
People
(Reporter: nchapman, Assigned: gsuntop)
References
Details
(Keywords: github-merged)
Attachments
(1 file)
Currently browser.newtabpage.activity-stream.discoverystream.config
is set to:
{"api_key_pref":"extensions.pocket.oAuthConsumerKey","enabled":true,"show_spocs":true,"layout_endpoint":"https://getpocket.com/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=basic"}
It is pointed directly to getpocket.com
instead of getpocket.cdn.mozilla.net
.
The pref should instead be set to this by default:
{"api_key_pref":"extensions.pocket.oAuthConsumerKey","enabled":true,"show_spocs":true,"layout_endpoint":"https://getpocket.cdn.mozilla.net/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=basic"}
This isn't a critical issue for 66 as we'll be setting this pref via experiments and will use the CDN URLs there.
Updated•6 years ago
|
Assignee: nobody → gsuntop
Severity: normal → enhancement
Iteration: --- → 67.2 - Feb 11 - 24
status-firefox66:
--- → wontfix
status-firefox67:
--- → affected
Priority: -- → P1
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•