-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathoption.xml
More file actions
18 lines (18 loc) · 832 Bytes
/
option.xml
File metadata and controls
18 lines (18 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/option.xsd">
<import>
<options>
<option name="blacklist_user_agents_hide_from_onlinelist">
<categoryname>security.blacklist</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>0</defaultvalue>
<showorder>3</showorder>
</option>
<option name="users_online_send_unknown_useragents">
<categoryname>user.list.online</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>0</defaultvalue>
</option>
</options>
</import>
</data>