Skip to content

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 15, 2025

  • empty lines are always ignored instead of separating groups
  • the "user-agent" line after a rule starts a new group
  • groups matching the same user agent are now merged
  • the rule with the longest match wins instead of the first matching rule
  • in case of equal matches, the “Allow” rule wins over “Disallow”
  • special characters “$” and “*” are now supported in rules

path += '?' + query
return path

def translite_pattern(path):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

translate* I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants