From 1e6d125db6b554bf93d62879d41b05b5588e46f6 Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Wed, 26 Aug 2020 16:52:22 -0400 Subject: [PATCH] FIX: Remove additional paths from robots.txt admin path is protected by guardian and thus inaccessible to crawlers Follow up to b52143f --- app/controllers/robots_txt_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/robots_txt_controller.rb b/app/controllers/robots_txt_controller.rb index 9fce3a7f674..90fdb286d08 100644 --- a/app/controllers/robots_txt_controller.rb +++ b/app/controllers/robots_txt_controller.rb @@ -13,8 +13,6 @@ class RobotsTxtController < ApplicationController /email/ /session /session/ - /admin - /admin/ /user-api-key /user-api-key/ /*?api_key*