Allow user to disable content verification
diff --git a/js/testing/test-throughput-ws.html b/js/testing/test-throughput-ws.html
index 7035eb5..2aefc6d 100644
--- a/js/testing/test-throughput-ws.html
+++ b/js/testing/test-throughput-ws.html
@@ -10,9 +10,10 @@
<script type="text/javascript" src="../tools/build/ndn-js.js"></script>
<script type="text/javascript">
- hostip = "131.179.196.232";
- //hostip = "localhost";
- var ndncon = new NDN({port:9696,host:hostip});
+ //hostip = "131.179.196.232";
+ hostip = "localhost";
+ //var ndncon = new NDN({port:9696,host:hostip});
+ var ndncon = new NDN({port:9696,host:hostip,verify:false});
ndncon.transport.connectWebSocket(ndncon);
///////////////////////////////////////////////////////////////////////////////////////////////////////////