From 91f3d206fde4d53cbe3f418cd6fcd6c63c4795ac Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Sun, 21 Dec 2008 15:14:03 +0100 Subject: [PATCH] Switch plat/al to restricted mode by default, and enables the per-uri robots.txt-based disallowing. Signed-off-by: Vincent Zanotti --- configs/platal.ini | 3 ++- core | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/platal.ini b/configs/platal.ini index 7580684..c6980ec 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -3,7 +3,8 @@ locale = "fr_FR.UTF-8" timezone = "Europe/Paris" secure_domain = "" baseurl = "https://www.example.org/" -restricted_platal = 0 +restricted_platal = 1 +robotstxt_disallowed_uris = skin = "default" register_skin = "register" diff --git a/core b/core index f8eaef2..a12a0ce 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f8eaef228101f1873f61c02946c11dd2211ca97b +Subproject commit a12a0ce3c524c4edabcbb0e872fbc84fc3bad498 -- 2.1.4