Torsten Landsiedel

Results 136 issues of Torsten Landsiedel

## Is your feature request related to a problem? Please describe. Sometimes people tend to over-optimize things. We could add a check to the Site Health feature if the size...

enhancement

### Bug/Problem The initial aspect ratio is not used if Embed Privacy is active in the DIVI theme/builder. This is true even if the builder is not used, but the...

bug

From the support forums: https://wordpress.org/support/topic/honeypot-textarea-visible-with-strict-csp-header/ > With a strict content security policy the inline CSS of the honeypot is ignored by the browser and the textarea becomes visible. This is...

enhancement
question

I see this settings page and I am wondering if anything is broken on my site or with the plugin: ![Bildschirmfoto 2024-05-27 um 21 27 53](https://github.com/soderlind/wp-loupe/assets/870475/13acf0fb-1f32-431c-8478-11c4d3d9cbb8) This is complete fresh...

Fixes deprecation warning "Using ${var} in strings is deprecated, use {$var} instead" for PHP 8.2+ Fixes #23

On PHP 8.2+ I see this deprecation warning: > Using ${var} in strings is deprecated, use {$var} instead This happens here (maybe there are more locations): https://github.com/soderlind/super-admin-all-sites-menu/blob/main/super-admin-all-sites-menu.php#L441 See: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

My newly added site is showing this hardening opportunity: > /wp-content/, /wp-content/plugins/, /wp-content/themes/ and /wp-content/uploads/ directories listing has not been prevented > After fixing this issue, an empty index.php will...

- [x] Add new entry in CHANGELOG.md - [x] Raise version number to 2.11.7 in antispam_bee.php - [ ] Raise "Tested up to:" to 6.7 in readme.txt - [x] Raise...