Skip to content

Commit

Permalink
Merge pull request #533 from splunk/feature/support-new-forcepoint
Browse files Browse the repository at this point in the history
Support new version of forcepoint webprotect
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jun 17, 2020
2 parents ce9ef2b + 5c67def commit e68fd7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/etc/conf.d/filters/forcepoint/webprotect.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
filter f_forcepoint_webprotect_kv {
program('vendor=[Ww]ebsense');
program('vendor=[Ww]ebsense')
or
program('vendor=[Ff]orcepoint');

};

0 comments on commit e68fd7e

Please sign in to comment.