Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 18, 2021
2 parents ca11083 + a7d3386 commit b30e833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/torus-embed",
"version": "1.10.10",
"version": "1.10.11",
"description": "Embed script for Torus",
"main": "dist/torus.cjs.js",
"unpkg": "dist/torus.umd.min.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@chaitanyapotti/random-id": "^1.0.3",
"@toruslabs/fetch-node-details": "^2.4.0",
"@toruslabs/fetch-node-details": "^2.6.1",
"@toruslabs/http-helpers": "^1.3.7",
"@toruslabs/torus.js": "^2.3.0",
"create-hash": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const defaultVerifiers = {
[DISCORD]: true,
}

const iframeIntegrity = 'sha384-94bPpQMUDc+dz/Rv8OaF4lN2/5bi46mRkWV0WyVCBzk9kBUym4qpYNfX0OAdq3+3'
const iframeIntegrity = 'sha384-z1xHDMFQr1fLFqgazyKdVjqtAXgod2hfV6myvTNZsLlrnyunVumTu2W3fLOXdE60'

const expectedCacheControlHeader = 'max-age=3600'

Expand Down

0 comments on commit b30e833

Please sign in to comment.