- Truncate descriptions
Activity
- Edited by Antonela
The same happens with the art. I'm attaching .png support for the 3 assets.
https://www.torproject.org/static/css/images/home/png/use-tor.png
https://www.torproject.org/static/css/images/home/png/tape.png
https://www.torproject.org/static/css/images/home/png/tape-purple.png
Matthew Finkel:
Matthew Finkel created an issue: #40020 (closed)
Assignee: Alex Catarineu
https://blog.torproject.org/comment/290000#comment-290000
The button is present, but is it all black. We disable svg support on Safest, and the background images are svg.
Actually I think that used to work, see: https://gitweb.torproject.org/user/brade/tor-browser.git/commit/?h=bug16775-01&id=0b4c8b589077d054b60a609871dd023bc4d9c444. So, this is a regression likely related to Mozilla's patch of bug 1215893. I think it's worth opening an issue and fixing it (again).
I think you meant 1216893 :). The relevant logic seems to be https://searchfox.org/mozilla-esr78/rev/6dc6f2399863ae63c625339a662c7827bea880df/dom/base/nsNodeInfoManager.cpp#380. Can't we just add a
|| mPrincipal->SchemeIs("about")
there?- Edited by Alex Catarineu
Opened tor-browser#40204 (closed) for this.