We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great work, thank you!
I wonder if there is any way to add a comments to the file. My use-case is to add a decoded version of the path I added for better readability.
Now: (ony encoded) Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$
Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$
Future: (+ decoded as comment)
... Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$ # Disallow: */запитване$ ...
The text was updated successfully, but these errors were encountered:
Feel free to send a PR:
disallow: [{ type: 'directive', value: '*/тест' }, { type: 'comment', value: 'тест'}],
Sorry, something went wrong.
No branches or pull requests
Great work, thank you!
I wonder if there is any way to add a comments to the file. My use-case is to add a decoded version of the path I added for better readability.
Now: (ony encoded)
Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$
Future: (+ decoded as comment)
The text was updated successfully, but these errors were encountered: