We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6949ebe commit a87ce5dCopy full SHA for a87ce5d
SWDataReceiver/Recorder.cs
@@ -34,7 +34,7 @@ private class Record
34
public Recorder(int port)
35
{
36
listener = new HttpListener();
37
- listener.Prefixes.Add($"http://+:{port}/commit/");
+ listener.Prefixes.Add($"http://localhost:{port}/commit/");
38
39
cts = new CancellationTokenSource();
40
task = Task.Run(() => {
SWDataReceiver/app.manifest
@@ -16,7 +16,7 @@
16
アプリケーションが下位互換性を保つためにこの仮想化を要求する場合、この要素を
17
削除します。
18
-->
19
- <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
20
</requestedPrivileges>
21
</security>
22
</trustInfo>
0 commit comments