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
Chrysanthemum currently filters out certain URLs based on a predetermined list of blocked domains. However, some users are getting around the filter by using URL shorteners or redirects to bypass the blocked domains.
To address this issue, the bot could match most (if not all) redirections of a URL against the configured filter. This should limit the number of users able to bypass a blacklisted/non-whitelisted domain.
One crate/module that could be used for this implementation is reqwest::redirect
The text was updated successfully, but these errors were encountered:
Chrysanthemum currently filters out certain URLs based on a predetermined list of blocked domains. However, some users are getting around the filter by using URL shorteners or redirects to bypass the blocked domains.
To address this issue, the bot could match most (if not all) redirections of a URL against the configured filter. This should limit the number of users able to bypass a blacklisted/non-whitelisted domain.
One crate/module that could be used for this implementation is
reqwest::redirect
The text was updated successfully, but these errors were encountered: