Skip to content

Commit

Permalink
crypto is server http too, so don't bother.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Apr 8, 2024
1 parent 0c983de commit 6ddf1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In your `<head>`

[source,html]
----
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js" integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js" integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://rs.poms.omroep.nl/v1/npo-api/authentication.js"></script>
<script>
var npoAuthentication = new NpoApiAuthentication('${param.apiKey}', '${param.apiSecret}');
Expand Down

0 comments on commit 6ddf1c3

Please sign in to comment.