This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
favicon.js fails with cross origin href due to lacking required attribute (security) #14742
Labels
Milestone
Description
The favicon loaded on https://guided.adobe.com used to work, but now it errors with a canvas DOM security error due to the favicon.js lacking the
crossOrigin
attribute to allow access.Test plan / Steps to Reproduce
Actual result:
resolve(canvas.toDataURL('image/png'))
fails with a DOM errorExpected result:
resolve(canvas.toDataURL('image/png'))
succeedsReproduces how often:
100%
Brave Version
about:brave info:
Brave: 0.23.31
V8: 6.7.288.46
rev: 3148ace
Muon: 7.1.5
OS Release: 10.0.17134
Update Channel: Release
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 67.0.3396.103
Reproducible on current live release:
Yes
Additional Information
This error did not exist when I made guided.adobe.com public in March'18.
The text was updated successfully, but these errors were encountered: