mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 21:11:14 +02:00
Merge branch 'master' of git.fakecake.org:tt-rss
This commit is contained in:
commit
3d7db21602
@ -1596,6 +1596,9 @@
|
||||
if ($entry->nodeName == 'img') {
|
||||
$entry->setAttribute('referrerpolicy', 'no-referrer');
|
||||
|
||||
$entry->removeAttribute('width');
|
||||
$entry->removeAttribute('height');
|
||||
|
||||
if ($entry->hasAttribute('src')) {
|
||||
$is_https_url = parse_url($entry->getAttribute('src'), PHP_URL_SCHEME) === 'https';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user