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 Feb 6, 2020
1 parent 5439d6e commit f972baf
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 @@ -23,7 +23,7 @@ const defaultVerifiers = {
}
cleanContextForImports()

const iframeIntegrity = 'sha384-zOuYtxuxeEzQRXEjFWLMg2QnzGoSXZc1iUVvpuXvUlcztLcutA0twPrALKNv9dGF'
const iframeIntegrity = 'sha384-2uV2kOuLIjn0IRWGZmaKFVukoac0HVCRSd7OMgLcszu9q1+RbfpeNirb/bGxIpnJ'
const expectedCacheControlHeader = 'max-age=3600'

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

0 comments on commit f972baf

Please sign in to comment.