Merge pull request #1481 from Citadel-Station-13/upstream-merge-28183
[MIRROR] Trims whitelist entries and makes them use ckey()
This commit is contained in:
@@ -10,7 +10,7 @@ GLOBAL_PROTECT(whitelist)
|
|||||||
continue
|
continue
|
||||||
if(findtextEx(line,"#",1,2))
|
if(findtextEx(line,"#",1,2))
|
||||||
continue
|
continue
|
||||||
GLOB.whitelist += line
|
GLOB.whitelist += ckey(line)
|
||||||
|
|
||||||
if(!GLOB.whitelist.len)
|
if(!GLOB.whitelist.len)
|
||||||
GLOB.whitelist = null
|
GLOB.whitelist = null
|
||||||
|
|||||||
Reference in New Issue
Block a user