From f5c6eafbc01a5bdcba7d94568cfb2e17f0c5fe9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 14 Sep 2021 13:59:41 +0200 Subject: [PATCH 1/3] fix: syncing-server-demo url --- app/assets/javascripts/views/application/application_view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/views/application/application_view.ts b/app/assets/javascripts/views/application/application_view.ts index 4fecc6f9e..91cd5e521 100644 --- a/app/assets/javascripts/views/application/application_view.ts +++ b/app/assets/javascripts/views/application/application_view.ts @@ -171,7 +171,7 @@ class ApplicationViewCtrl extends PureViewCtrl Date: Tue, 14 Sep 2021 14:33:37 +0200 Subject: [PATCH 2/3] fix: disallow robots from accessing the app --- public/robots.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 3c9c7c01f..1f53798bb 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,2 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / +User-agent: * +Disallow: / From b60142e8ecbd2061c529e1793d44dfac8a8747db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 14 Sep 2021 14:46:42 +0200 Subject: [PATCH 3/3] Revert "fix: disallow robots from accessing the app" This reverts commit a6aa66eeddabddd74529815e9ff8cb0e677b671d. --- public/robots.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 1f53798bb..3c9c7c01f 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,5 @@ -User-agent: * -Disallow: / +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +# +# To ban all spiders from the entire site uncomment the next two lines: +# User-agent: * +# Disallow: /