Replies: 2 comments 5 replies
-
If you haven't knowingly changed any of the javascript files yourself (beyond updating) there is no need to generate new SRI hashes. The likely explanation is an issue with your webserver or reverse proxy caching the site (or telling your browser they haven't changed, even though they have). In a normal setup I'd recommend to just restart the various web services, but I have no idea how you'd do that in Azure. I'd recommend searching for the Azure service name and "cache" online to see how to get these flushed. |
Beta Was this translation helpful? Give feedback.
-
My question then is, what counts as a "change" that would trigger the SRI Hashes to not digest right? Because I did not just copy every file over. We have our own design on the page, so I was a bit more selective not to mess that up. So the Configuration.php and yourpage.php were not copied over, would not copying these mess up the SRI hashing too? I just tried flushing the cache (this is done by restarting the app service) however there was no change, still receiving the same error logs. Oh, and also we are not using any proxy for the test app service, so no Cloudflare or other services in the way that could be the reason for this behavior. Sorry if these questions sound dumb, I am just grasping at straws here. |
Beta Was this translation helpful? Give feedback.
-
Hey,
we are running Privatebin in an Azure App Service. After updating the service to the newest Privatebin Version (e.g. updating all the relevant files), the page seems to continuously load. After checking the console, it told me "Failed to find a valid digest in the 'integrity' attribute for resource XYZ with computed SHA-512 integrity". The Wiki told me to update the SRI hashes, but having deployed this as an App service from GitLab I am not quite sure how I can approach this. I am no programmer, so this is above my understanding. Could someone help me out?
Beta Was this translation helpful? Give feedback.
All reactions