Failed to find a valid digest in the 'integrity' attribute

Posted by Vishalneeraj-24503 under ASP.NET on 3/23/2021 | Points: 10 | Views : 5041 | Status : [Member] [MVP] | Replies : 1
While rendering 3rd party website in asp.net application, I am getting below issue:-

Failed to find a valid digest in the 'integrity' attribute for resource 'https://abc.com/Router.aspx?ref=https://www.gstatic.com/recaptcha/releases/7GNHBF$567/recaptcha__en.js ' with computed SHA-256 integrity 'xXdSw34WXT+xDY='. The resource has been blocked.

In chrome console window I am getting above issue.

How can I solve above issue?




Responses

Posted by: Poster on: 3/25/2021 [Member] Starter | Points: 25

Up
0
Down
It means gstatic.com is not allowing your domain to read the file programmatically. A lot of website does this to avoid reading its content by robots to save bandwidth and automation.

Vishalneeraj-24503, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response