Closed
Bug 793332
Opened 13 years ago
Closed 13 years ago
App's reviewer page pings manifests w/o reviewer action
Categories
(Marketplace Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: robhudson, Unassigned)
Details
STR:
0. Open up the web console (or Firebug if you're one of those people)
1. Load https://marketplace-dev.allizom.org/reviewers/apps/review/breakit
2. Look at the network activity and notice there's a query to:
GET https://marketplace-dev.allizom.org/reviewers/apps/review/breakit/manifest
On the server this will then make a request to the developer's server to get the manifest.
Expected:
We only ping the dev's server when the reviewer clicks the "View" link to view the manifest.
Comment 1•13 years ago
|
||
This is cvan trying to be clever and prefetching the manifest contents. Most likely the reviewer will want to view the manifest, we should just fetch it immediately and save the reviewer the wait. I'd WONTFIX this, but I'm all ears. Thoughts?
Comment 2•13 years ago
|
||
If it ends up stalling the page load or anything we're coming after you.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•