Merge pull request #1058 from MilosKozak/NSC-no-advancedfiltering

NSClient as source without advanced filtering
This commit is contained in:
Milos Kozak 2018-05-30 08:08:04 +02:00 committed by GitHub
commit 418f68153e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@ public class SourceNSClientPlugin extends PluginBase implements BgSourceInterfac
@Override
public boolean advancedFilteringSupported() {
return true;
return false;
}
}