use webpass in torstats
This commit is contained in:
parent
7f8aa64fa4
commit
cb108cb990
@ -1,4 +1,8 @@
|
||||
var torSource = new EventSourcePolyfill("/torcircuits")
|
||||
var torSource = new EventSourcePolyfill('/torcircuits', {
|
||||
headers: {
|
||||
"token": webpass
|
||||
}
|
||||
})
|
||||
var displays = document.getElementsByClassName('torInfo')
|
||||
|
||||
for (x = 0; x < displays.length; x++){
|
||||
|
Loading…
Reference in New Issue
Block a user