You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Right now URLs are handled using a naive aggregator, where aggregation and whitelisting are based on string matching.
A URL specific aggregator should:
support whitelist with wildcards/regexs
handle indicators with wildcards
handle different URLs formats (with or without protocol, ...)
match on the host part of the URL should be case insensitive
The text was updated successfully, but these errors were encountered:
Right now URLs are handled using a naive aggregator, where aggregation and whitelisting are based on string matching.
A URL specific aggregator should:
The text was updated successfully, but these errors were encountered: