/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/config/testdata/untrustedintroducer.xml
17 строк
844 B
Jakob Borg
lib/config, gui: Disallow some options in combination with "untrusted" (fixes #8920) (#8921)
14 июн 2023, 10:24
Не верифицирован
14 июн 2023, 10:24
6b475bd
Код
Авторство
О чём код?
<configuration version="37"> <folder id="a" label="a" path="a"> <device id="6564BQV-R2WYPMN-5OLXMII-CDJUKFD-BHNNCRA-WLQPAIV-ELSGAD2-RMFBFQU" introducedBy=""> <encryptionPassword></encryptionPassword> </device> </folder> <folder id="b" label="b" path="b"> <device id="6564BQV-R2WYPMN-5OLXMII-CDJUKFD-BHNNCRA-WLQPAIV-ELSGAD2-RMFBFQU" introducedBy=""> <encryptionPassword>a complex password</encryptionPassword> </device> </folder> <device id="6564BQV-R2WYPMN-5OLXMII-CDJUKFD-BHNNCRA-WLQPAIV-ELSGAD2-RMFBFQU" name="untrusted" compression="metadata" introducer="true" skipIntroductionRemovals="false" introducedBy=""> <address>dynamic</address> <autoAcceptFolders>true</autoAcceptFolders> <untrusted>true</untrusted> </device> </configuration>