Skip to content

Commit

Permalink
Upped crypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Mar 29, 2024
1 parent 0a8e5f6 commit b70a6d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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="//cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<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="https://rs.poms.omroep.nl/v1/npo-api/authentication.js"></script>
<script>
var npoAuthentication = new NpoApiAuthentication('${param.apiKey}', '${param.apiSecret}');
Expand All @@ -33,7 +33,6 @@ And then in javascript:
[source,js]
----
// make sure these parameter are sorted alphabetically:
var params = {
max: maxResults,
schemes: 'names',
Expand Down

0 comments on commit b70a6d8

Please sign in to comment.