I would like to test the encryption, but I am unable to get the GUI to change.
I have set all devices to “Untrusted” like this:
<device id="" name="" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
<address>dynamic</address>
<paused>false</paused>
<autoAcceptFolders>false</autoAcceptFolders>
<maxSendKbps>0</maxSendKbps>
<maxRecvKbps>0</maxRecvKbps>
<maxRequestKiB>0</maxRequestKiB>
<untrusted>true</untrusted>
<remoteGUIPort>0</remoteGUIPort>
</device>
but the GUI is not changing.
Am I doing something wrong? Previously, I did get the GUI to work no problem when I compiled directly from the encryption branch, but now, after everything has been merged into the main branch, I cannot make it work again. I have tested two different browsers, but to no avail.
I am testing with the current main (ab53687).
Edit 1: Never mind. I missed the necessity to add the feature flag
. I got confused by the “Untrusted” option available in the config for each device.
Edit 2: By the way, the GUI seems to work fine in IE11 under Windows 7, for what it is worth
.
