From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian at breakpoint.cc (Sebastian Andrzej Siewior) Date: Sat, 1 Feb 2014 15:54:22 +0100 Subject: [PATCH 1/4] snapshots: Don't allow sneaked in snapshots requests In-Reply-To: <1390076700-16626-2-git-send-email-sebastian@breakpoint.cc> References: <1390076700-16626-1-git-send-email-sebastian@breakpoint.cc> <1390076700-16626-2-git-send-email-sebastian@breakpoint.cc> Message-ID: <20140201145422.GB23572@breakpoint.cc> On 18.01.14, Sebastian Andrzej Siewior wrote: > If the snapshots are not enabled then the frontend won't show a link to it. > The skilled user however may construct the URL on his own and the frontend > will obey the request. > This patch adds a check for this case so the requst won't be served. Any comments on this one? Sebastian