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:
LetterJay
2017-06-08 22:28:14 -05:00
committed by GitHub
+1 -1
View File
@@ -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