Closed antmak closed 5 years ago
Try security.csp.experimentalEnabled set to false.
Related: https://github.com/ghacksuserjs/ghacks-user.js/issues/223
Try security.csp.experimentalEnabled set to false.
Unfortunately this doesn't work to me. The specified above favicon still looks like a white square.
It's because your icon actually is a white square. I decoded it into a file and even with a regular image viewer it was a white square.
Try:
<link rel="shortcut icon"
type="image/png"
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAAAAAAAKoAqgAAqqqqAACqAKqqVSKqqqp9fX0AAP8A/wAA////fX3/AP///wD///8rA+CKAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfUAxwRHSYokUbIAAAALklEQVR4nGNgAAFOMGBAAGoLgJkcYAQR5YQBDrwCyFrAACKAZgsHaQIYZiAJAACGigS6y5CZQgAAAABJRU5ErkJggg=="
id="favicon">
:man_facepalming: Thanks for your attention. We've updated the gitlab, it works now
When I have a favicon like this
i dont see it when using 'relaxed' user.js.
Regular favicons like
seem OK
What can I do to see one properly?