Skip to content

Commit 64b5664

Browse files
committed
allowInsecureBeacon on smoke test file
1 parent f531d36 commit 64b5664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script src="./dist/splunk-rum.js"></script>
33
<script>
44
window.SplunkRum && window.SplunkRum.init(
5-
{ beaconUrl: 'http://127.0.0.1:9080/api/v2/spans', debug:true });
5+
{ beaconUrl: 'http://127.0.0.1:9080/api/v2/spans', debug:true, allowInsecureBeacon: true, });
66
</script>
77
<p>Hi!</p>
88

0 commit comments

Comments
 (0)