Bug 1892803 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Reduced STR:
1. Open in a new tab and load  **https://www.google.com/url?sa=t&source=web&url=https://finance.yahoo.com/quote/DEO** and continue throught the redirect
2. If the chart is loaded, redo step 1
3. Wait a bit -> Browser is slowing down, script issues -> stop script
4. Check dev console.

Actual Result:
- Page is not responsive - report page won't work, devtools won't work
- Once script stopped, dev console lists:
         Script terminated by timeout at:
         r_C$Gav@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:7830
         4603/n.F1g@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:19334
         4603/Z/a/<@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:260992
         a@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:261373
         4603/Z/t.ChartEngine.prototype.createDataSet@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:263885
         4603/M/t.ChartEngine.prototype.setTimeZone@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:153316
         loadChart@https://s.yimg.com/uc/finance/cosaic/js/common-756fe656.bba6ef11f11f4183f8f7.js:2:6314

Expected Result:
Yahoo finance page loads the same regardless if the page was redirected or loaded directly.

Tentatively triaging this to newtworking, @Valentin, could you please take a look and advise/confirm if this is a CORS problem?
Reduced STR:
1. Open a new tab and load  **https://www.google.com/url?sa=t&source=web&url=https://finance.yahoo.com/quote/DEO** and continue throught the redirect
2. If the chart is loaded, redo step 1
3. Wait a bit -> Browser is slowing down, script issues -> stop script
4. Check dev console.

Actual Result:
- Page is not responsive - report page won't work, devtools won't work
- Once script stopped, dev console lists:
         Script terminated by timeout at:
         r_C$Gav@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:7830
         4603/n.F1g@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:19334
         4603/Z/a/<@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:260992
         a@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:261373
         4603/Z/t.ChartEngine.prototype.createDataSet@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:263885
         4603/M/t.ChartEngine.prototype.setTimeZone@https://s.yimg.com/uc/finance/cosaic/js/chartiq.3120ae4c09da7892a808.js:2:153316
         loadChart@https://s.yimg.com/uc/finance/cosaic/js/common-756fe656.bba6ef11f11f4183f8f7.js:2:6314

Expected Result:
Yahoo finance page loads the same regardless if the page was redirected or loaded directly.

Tentatively triaging this to newtworking, @Valentin, could you please take a look and advise/confirm if this is a CORS problem?

Back to Bug 1892803 Comment 2