Commit edb0789
authored
The `referrerpolicy` attribute was erronously set as `referrer-policy`, and
`crossorigin` was not set at all on the `<img/>` primitive. Properly set both
attributes.
See:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#referrerpolicy
* https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/crossorigin
1 parent fdaaaa3 commit edb0789
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments