Thank you Adrien, your post was really helpful. Also running a LSE and applied the code at .htaccess.
Changed this to remove the Feature-Policy (deprecated)
# Permissions Policy (rudimentary policies supported by chrome and FF)
Header set Permissions-Policy "autoplay=(self), encrypted-media=(self), fullscreen=(self), geolocation=(self), midi=(self), payment=(self), microphone=(), camera=()"
Deleted this one to remove a duplication warning.
# Enable Strict Transport Security ###
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS
```