Skip to content

Commit 9595ff8

Browse files
committed
playground runner is HTTPS
1 parent ae9cdcb commit 9595ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function playground_text(playground, hidden = true) {
133133

134134
result_block.innerText = 'Verifying...';
135135

136-
fetch_with_timeout('http://viper-server.inf.ethz.ch:3001/', {
136+
fetch_with_timeout('https://viper-server.inf.ethz.ch:3001/', {
137137
headers: {
138138
'Content-Type': 'application/json',
139139
},

0 commit comments

Comments
 (0)