From c728448a4d05268d4febb9950a39d517a75ea052 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 18 Dec 2020 11:24:43 -0500 Subject: Maximum clipboard search length (#1118) * Add maximumClipboardSearchLength an option * Add setting * Add limits * Update tests --- test/test-options-util.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index cfb1c87d..ca14e8d4 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -292,7 +292,8 @@ function createProfileOptionsUpdatedTestData1() { showIframePopupsInRootFrame: false, useSecurePopupFrameUrl: true, usePopupShadowDom: true, - usePopupWindow: false + usePopupWindow: false, + maximumClipboardSearchLength: 1000 }, audio: { enabled: true, @@ -498,7 +499,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 6, + version: 7, global: { database: { prefixWildcardsSupported: false -- cgit v1.2.3