From 37182b801f4b26174573d8e6f0af17e08b1f84fa Mon Sep 17 00:00:00 2001 From: Jim Bumgardner Date: Thu, 7 Mar 2024 15:32:53 -0800 Subject: [PATCH] Prevent search pages from showing up in the results of searches. These pages can contain injectible content. --- pages/search.njk | 65 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/pages/search.njk b/pages/search.njk index 56ca28c6632..99b8d434d9b 100644 --- a/pages/search.njk +++ b/pages/search.njk @@ -40,7 +40,7 @@

{{ 'Search Results' | i18n(locale) }} ""

-
+
@@ -51,6 +51,44 @@ {# https://cse.google.com/cse.js?cx=001779225245372747843:o_16poin-0q #} {% endblock %} \ No newline at end of file