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 6, 2019
1 parent b8778bf commit f71cc1d
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-TCtOjfAZuchL5D1pn4KH+RoTeLzsKUuAFSMqQw+sKXcEpF6YuKECm9LggkPU8MN4'
const iframeIntegrity = 'sha384-AWWTymHWZUtXYB3gv2XBR0+IPgQJxTIH9qCDN1/lFzQJbH1VvjqZs5Y7QI8fNmhk'
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.5'
torusUrl = 'https://app.tor.us/v0.2.6'
logLevel = 'error'
break
}
Expand Down

0 comments on commit f71cc1d

Please sign in to comment.