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 Dec 13, 2019
1 parent 74f4157 commit aeb0cf7
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 @@ -20,7 +20,7 @@ const defaultVerifiers = {
}
cleanContextForImports()

const iframeIntegrity = 'sha384-05R9PLUtMt85LrNqYYrb+eVWaYKjhCimXqdE+4nhHPEbKsL4f1zGlXFq9QEdx5AV'
const iframeIntegrity = 'sha384-ui+H377gfHVy+vW34b9ZAbw4iipa/tNSAhxM8RGPBkEImnASxCC1BPrOJ8sKbdox'
const expectedCacheControlHeader = 'max-age=3600'

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

0 comments on commit aeb0cf7

Please sign in to comment.