SECURITY: only the owner of this file can change the voice host. not
aircraft *-set.xml files. Otherwise someone could offer an aircraft for download that sets the host to one of their machines and lets a nasal script write arbitrary information there. (Not that we had a lot of sensible information. Yet.)
This commit is contained in:
parent
377ab6e1fa
commit
7b0a152fbc
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<atc-chatter type="bool" userarchive="y">false</atc-chatter>
|
||||
<voice type="bool">true</voice>
|
||||
<voices>
|
||||
<host type="string">localhost</host>
|
||||
<host type="string" write="n">localhost</host>
|
||||
<port type="string">1314</port>
|
||||
<enabled type="bool">false</enabled>
|
||||
<atc alias="/sim/sound/voices/voice[0]/text"/>
|
||||
|
|
Loading…
Reference in a new issue