|
@@ -139,6 +139,7 @@ export namespace Category {
|
|
const field_blacklist: string[] = [];
|
|
const field_blacklist: string[] = [];
|
|
|
|
|
|
for (let d of directives.split(/[\r\n]+/)) {
|
|
for (let d of directives.split(/[\r\n]+/)) {
|
|
|
|
+ d = d.trim();
|
|
// allow for empty lines in config
|
|
// allow for empty lines in config
|
|
if (d.length === 0) continue;
|
|
if (d.length === 0) continue;
|
|
// let ! denote blacklisted entries
|
|
// let ! denote blacklisted entries
|