Very welcome. And thanks for posting your solution here for other folks to use as well.
If I am correct you are currently using the following headers for your site of:
- Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
- Header always append X-Frame-Options DENY
- Header always set Feature-Policy "fullscreen 'none' "
- Header set X-Content-Type-Options nosniff
- Header set X-XSS-Protection "1; mode=block"
- Header set X-Permitted-Cross-Domain-Policies "none"
- Header set Content-Security-Policy "img-src https: www.gravatar.com;"
- Header set Referrer-Policy "no-referrer"
- Header always set Permissions-Policy "geolocation=();midi=();notifications=();push=();sync-xhr=();microphone=();camera=();magnetometer=();gyroscope=();speaker=(self);vibrate=();fullscreen=(self);payment=();"
I usually try to troll the forums at from 9a - 5pm EST Mon-Fri. I sometimes check them on the weekends also. So you will at least get faster answers from me during those hours.