Skip to content

Commit

Permalink
Updating embed with new hash
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 25, 2019
1 parent ed03e94 commit 4080fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultVerifiers = {
}
cleanContextForImports()

const iframeIntegrity = 'sha384-rjRizX1S7ptP39umTJh8VHr5fhcPY9CHaBWvqOgZaI1micI0o7hpiLNjTf3vucFS'
const iframeIntegrity = 'sha384-1SYzBoS8dq9Z5P0MpwjLID7T5h9YmPKWyx9lt670OFIU2NLMzF68JzXMj/ernwpc'
const expectedCacheControlHeader = 'max-age=3600'

restoreContextAfterImports()
Expand Down Expand Up @@ -74,7 +74,7 @@ class Torus {
logLevel = 'debug'
break
default:
torusUrl = 'https://app.tor.us/v0.2.7'
torusUrl = 'https://app.tor.us/v0.2.8'
logLevel = 'error'
break
}
Expand Down

0 comments on commit 4080fb8

Please sign in to comment.