Skip to content

Commit c8a5dc9

Browse files
save file
1 parent a011871 commit c8a5dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/25-07-26/very-simple-http-proxy/very-simple-http-proxy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ <h1 class=title>
228228
return;
229229
}
230230

231-
iframe.src = `${urls['8005']}/?${urls['8006']}`;
231+
var b64 = btoa(urls['8006']);
232+
iframe.src = `${urls['8005']}/?${b64}`;
232233

233234
}//server-ready
234235

0 commit comments

Comments
 (0)