You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the scripts being loaded in an iframe and then fetched by the browser, the integrity check would give another layer of security that the script has not been tampered with (even though it does come from the seamlessaccess domain)
Many thanks
The text was updated successfully, but these errors were encountered:
This webpack plugin seems like it might do the trick: https://www.npmjs.com/package/webpack-subresource-integrity - however note the caveat about preloading. We have been investigating preloading as a mechanism of making the standard iframe button load faster.
Hi, in addition to my other security ticket related to this repos, could we also request you add an integrity check similar to:
<script src="/vendors_ps.js" integrity="sha384-OzzPYfictcWbXqp85AJACts0U9IkLCLgkfIYJhaGjMHnj9Q+NKtHwuQq55xR/SFf"></script> <script src="/ps.js" integrity="sha384-8ARGIdAYQInC8SUT5Y9HVND0YOf/rWzS9UO6wYFJHvdLK69nui01t50DRDQWqz3W"></script>With the scripts being loaded in an iframe and then fetched by the browser, the integrity check would give another layer of security that the script has not been tampered with (even though it does come from the seamlessaccess domain)
Many thanks
The text was updated successfully, but these errors were encountered: