Check Permissions-Policy of website with PHP or JS
I want to check the headers Permissions-Policy of my website and work with it. For example, in the way this API does it with www.google.com: https://api.hackertarget.com/httpheaders/?q=https://www.google.com/ example: I want to do something like: if ($PermissionsPolicy->unload == null){ echo 'Unload is…