Skip to main content
0 votes
0 answers
66 views

I am working to upgrade an old code base from Angular 9 to Angular 18 for work. Subresource integrity was added while still on v8 and was working fine, however now that the code can compile and run in ...
murrag's user avatar
  • 12
0 votes
0 answers
49 views

I am working on an Angular 9 application and attempting to use the subresource integrity flag when building with ng build but I am not seeing any integrity properties added in the generated index.html ...
murrag's user avatar
  • 12
0 votes
0 answers
91 views

I have added SRI hashes to many scripts on my page. I want to trigger a function any time SRI check fails using an event listener. I tried using window onerror function but SRI failure is not ...
sunshine's user avatar
2 votes
1 answer
235 views

I am using Angular v17 and configuration allows for setting subresourceIntegrity to true which will add the integrity hash to the <script> tags that import the compiled Angular project. This is ...
Wayne Kaskie's user avatar
  • 3,522
1 vote
1 answer
172 views

I'm trying to use Panel for the first time in Jupyter Notebook. I've pip installed it and trying to just run in my python environment: import panel as pn however I get this error: ValueError: Missing ...
13johs's user avatar
  • 23
0 votes
1 answer
2k views

Enabling experimental sri module. experimental: { sri: { algorithm: 'sha256' } }, It generates the subresource integrity manifest files, but doesn't inject the integrity attribute ...
kima111's user avatar
  • 11
3 votes
0 answers
517 views

I don't understand why my browser allows this: <script src="https://www.google.com/recaptcha/api.js"></script> but not this: <script src="https://www.google.com/...
Gillespie's user avatar
  • 6,626
0 votes
1 answer
1k views

In Security Scan, The third-party links/scripts don't have integrity attribute for the browser, so i want to generate SRI Hash in automatically for security purpose. I need to Generate SRI Hash ...
muthupandi krishnasampy's user avatar
0 votes
1 answer
609 views

I want to use fiddler to changed the javascript files I've solve the cors policy, but I don't know how to set the rules to allow my script bypass the subresources integrity checks, what should I write ...
pufferifhsMaster's user avatar
1 vote
1 answer
1k views

We have Next JS 12 version in our application, I have searched about SRI implementation for Next JS 12 version,then found this offical Next JS GitHub discussion link. I have tried with SRI ...
Sarada's user avatar
  • 21
0 votes
0 answers
2k views

I am currently exploring the Subresource Integrity security feature and I found out an implementation that disturbs me a bit. Basically, when you specify in a script that you want to check the ...
lmarchant's user avatar
1 vote
0 answers
268 views

I have a very simple web page with some tables, with a very simple CSS file. When trying to add SRI, the CSS completely stops loading, despite the hash being provided. Here is the CSS : table, td, th {...
Ter Maxima's user avatar
2 votes
0 answers
746 views

I wanted to ask if it's possible to create SRI for Google Recaptcha. In a project, we are verifying user using filter (inheritates from IActionFilter, IMvcFilter) which calls https://www.google.com/...
darul360's user avatar
3 votes
0 answers
4k views

I've successfully integrated google reCaptcha into my website. <script src="https://www.google.com/recaptcha/api.js"></script> It works OK. Now I', trying to make it more ...
Dainiasas's user avatar
-1 votes
1 answer
605 views

I'm trying to apply the plugin to my nuxtjs's webpack to enable subresource integrity. Here is my nuxt.config.js extend(config) { config.output!.crossOriginLoading = "anonymous"; }...
Tyrion Vu Van Phong's user avatar

15 30 50 per page
1
2 3 4 5 6