Skip to content

Commit

Permalink
Merge pull request #210 from VirgilSecurity/release/v0.1.4-alpha
Browse files Browse the repository at this point in the history
Release/v0.1.4 alpha
  • Loading branch information
kutashenko authored Mar 16, 2020
2 parents 51122d4 + a93d160 commit 66c5594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sandbox/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

IMAGE="virgilsecurity-docker-iotl-demo.bintray.io/testing/iot-sdk-demo:0.1.4.9"
IMAGE="virgilsecurity-docker-iotl-demo.bintray.io/testing/iot-sdk-demo:0.1.4.10"

#
# Ask for Application token
Expand Down
3 changes: 3 additions & 0 deletions tools/virgil-snapd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import (
var upgrader = websocket.Upgrader{
ReadBufferSize: 1024,
WriteBufferSize: 1024,
CheckOrigin: func(r *http.Request) bool {
return true
},
}

var devicesInfo *devices.ConcurrentDevices
Expand Down

0 comments on commit 66c5594

Please sign in to comment.