diff --git a/src/search.js b/src/search.js index caebf0db..9d7d328d 100644 --- a/src/search.js +++ b/src/search.js @@ -1,5 +1,5 @@ // protocols -const protocols = ["https", "http", "file"]; +const protocols = ["https", "http", "file", "data"]; const searchbar = document.getElementById("searchbar"); const suggestionsEl = document.getElementById("autocomplete-suggestions"); searchbar.addEventListener("input", async () => {