Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions insights/links/free_file_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: "Free file sharing links"
type: "query"
source: |
distinct(map(filter(body.links,
.href_url.domain.root_domain in $free_file_hosts
or .href_url.domain.domain in $free_file_hosts
(
.href_url.domain.root_domain in $free_file_hosts
or .href_url.domain.domain in $free_file_hosts
)
and .href_url.domain.domain not in $tenant_domains
),
.href_url.url
)
Expand Down
Loading