We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ac60 commit af81ca1Copy full SHA for af81ca1
1 file changed
src/embed.js
@@ -21,7 +21,7 @@ const defaultVerifiers = {
21
}
22
cleanContextForImports()
23
24
-const iframeIntegrity = 'sha384-bdsrEyjfVbywVu59qoXxsjKgyLf/LEaxI/7ibbYfOMpVbZkxP8HTZI78kgzHNIl/'
+const iframeIntegrity = 'sha384-4mM3V5uRfIXCgqK2qIIhI90gyQRT5CVRZFjtbDBP6tEvBnb2UBcx8tCsRkDgDEUo'
25
const expectedCacheControlHeader = 'max-age=3600'
26
27
restoreContextAfterImports()
@@ -95,7 +95,7 @@ class Torus {
95
logLevel = 'debug'
96
break
97
default:
98
- torusUrl = 'https://app.tor.us/v0.2.11'
+ torusUrl = 'https://app.tor.us/v0.2.12'
99
logLevel = 'error'
100
101
0 commit comments