I have used this in my code:
<script type="text/javascript" src='https://www.googleadservices.com/pagead/conversion.js'></script>
In PCI Scan i received error for this saying "Script Src Integrity Check"
They recommended to use SRI (Sub Resource integrity check). This is done using adding a integrity attribute in tag which is a hash key.
I tried to create a hash key for this js file on https://www.srihash.org/
But its giving an error saying:
Error: this resource is not eligible for integrity checks. See https://enable-cors.org/server.html
Can you please help me here.
How can i generate the hash key for this js?
Is there any other way to get to get rid of PCI scan error for this?