We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749a695 commit 40f6bb9Copy full SHA for 40f6bb9
1 file changed
bbot/core/helpers/misc.py
@@ -2676,24 +2676,6 @@ async def _cancel_and_drain_remaining():
2676
await _cancel_and_drain_remaining()
2677
2678
2679
-def get_waf_strings():
2680
- """
2681
- Returns a list of common WAF (Web Application Firewall) detection strings.
2682
-
2683
- Returns:
2684
- list: List of WAF detection strings
2685
2686
- Examples:
2687
- >>> waf_strings = get_waf_strings()
2688
- >>> "The requested URL was rejected" in waf_strings
2689
- True
2690
2691
- return [
2692
- "The requested URL was rejected",
2693
- "This content has been blocked",
2694
- ]
2695
2696
2697
def get_waf_strings():
2698
"""
2699
Returns a list of common WAF (Web Application Firewall) detection strings.
0 commit comments