Skip to content

Commit

Permalink
update csp
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Oct 26, 2017
1 parent 12d9711 commit d461c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node {

}, 'Build Server': {
// Export environment variables pointing to the directory where Go was installed
docker.image('golang:1.9').inside("-u root -e GOPATH=${env.WORKSPACE}") {
docker.image('golang:1.9.2').inside("-u root -e GOPATH=${env.WORKSPACE}") {
sh 'PATH=$PATH:$GOPATH/bin && mkdir $GOPATH/bin && make build-server v=`cat VERSION`-$BUILD_NUMBER'
}
archiveArtifacts artifacts: 'bin/*'
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
"*.epam.com",
"*.uservoice.com",
},
"img-src": {"'self'", "data:", "www.google-analytics.com", "*.epam.com"},
"img-src": {"'self'", "data:", "www.google-analytics.com", "stats.g.doubleclick.net", "*.epam.com"},
"object-src": {"'self'"},
}

Expand Down

0 comments on commit d461c69

Please sign in to comment.