Last active
March 18, 2023 04:19
-
-
Save marksowell/f6e83c95b3c28f1d6fb7c8885a27738a to your computer and use it in GitHub Desktop.
Logger++ / Akto Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"ms","filter":{"filter":"!(Request.Host CONTAINS \"google.com\" AND !(Request.Host CONTAINS \"facebook.com\") AND !(Request.Host CONTAINS \"gstatic.com\") AND !(Request.Host CONTAINS \"googletagmanager.com\") AND !(Request.Host CONTAINS \"wappalyzer.com\") AND !(Request.Host CONTAINS \"bitwarden.com\") AND !(Request.Host CONTAINS \"googleapis.com\") AND !(Request.Host CONTAINS \"google-analytics.com\") AND !(Request.Host CONTAINS \"doubleclick.net\") AND Request.Complete == true"},"filterString":"!(Request.Host CONTAINS \"google.com\") AND !(Request.Host CONTAINS \"facebook.com\") AND !(Request.Host CONTAINS \"gstatic.com\") AND !(Request.Host CONTAINS \"googletagmanager.com\") AND !(Request.Host CONTAINS \"wappalyzer.com\") AND !(Request.Host CONTAINS \"bitwarden.com\") AND !(Request.Host CONTAINS \"googleapis.com\") AND !(Request.Host CONTAINS \"google-analytics.com\") AND !(Request.Host CONTAINS \"doubleclick.net\") AND Request.Complete == true"}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment