diff options
| -rw-r--r-- | pages/exclusions.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/exclusions.html b/pages/exclusions.html index 0a9e715b..b09f2895 100644 --- a/pages/exclusions.html +++ b/pages/exclusions.html @@ -6,9 +6,8 @@ </table> <template id="exclusionRuleTemplate"> <tr class="exclusionRuleTemplateInstance"> - <td><input/ type="text" class="pattern" placeholder="URL pattern"></td> - <td class="exclusionRulePassKeys"><input/ type="text" class="passKeys" placeholder="Exclude keys"></td> - <td class="exclusionRemoveButton"> - <input/ type="button" class="exclusionRemoveButtonButton" value="✖"></td> + <td><input/ type="text" class="pattern" spellcheck="false" placeholder="URL pattern"></td> + <td class="exclusionRulePassKeys"><input/ type="text" class="passKeys" spellcheck="false" placeholder="Exclude keys"></td> + <td class="exclusionRemoveButton"><input/ type="button" class="exclusionRemoveButtonButton" value="✖"></td> </tr> </template> |
