From 50ee7bcac6aa51f39668f4532f579e3c26510b7b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 13 Feb 2022 12:55:54 +0100 Subject: [PATCH] [oscar] add scrolling="no" to iframes in HTML templates Suggested-by: @dalf https://github.com/searxng/searxng/pull/882#discussion_r805180787 Signed-off-by: Markus Heiser --- searx/templates/oscar/result_templates/default.html | 2 +- searx/templates/oscar/result_templates/videos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/templates/oscar/result_templates/default.html b/searx/templates/oscar/result_templates/default.html index 72a5f8c56..5517b7b9c 100644 --- a/searx/templates/oscar/result_templates/default.html +++ b/searx/templates/oscar/result_templates/default.html @@ -9,7 +9,7 @@ {% if result.data_src -%} {%- endif -%} diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 586dffc22..4519b96d6 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -9,7 +9,7 @@ {% if result.data_src -%}
- +
{%- endif %}