mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
Fixed space in comment
Co-authored-by: Glyn Normington <work@underlap.org>
This commit is contained in:
parent
b455af66e7
commit
8aee2f24bb
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ def json_to_table(robots_json):
|
||||||
|
|
||||||
def json_to_htaccess(robot_json):
|
def json_to_htaccess(robot_json):
|
||||||
# Creates a .htaccess filter file. It uses a regular expression to filter out
|
# Creates a .htaccess filter file. It uses a regular expression to filter out
|
||||||
#User agents that contain any of the blocked values.
|
# User agents that contain any of the blocked values.
|
||||||
htaccess += "RewriteEngine On\n"
|
htaccess += "RewriteEngine On\n"
|
||||||
htaccess += "RewriteCond %{HTTP_USER_AGENT} ^.*("
|
htaccess += "RewriteCond %{HTTP_USER_AGENT} ^.*("
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue