Skip to content

Commit d8edbca

Browse files
committed
🎨 Remove unnecessary backslashes in domain pattern
1 parent e32afcc commit d8edbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/optionPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h4 id="domainFrameModeHeader" class="sectionHeader">Frame Mode</h4>
376376
<h4 id="domainsHeader" class="sectionHeader">Domains</h4>
377377
<select id="domainSelect" class="w3-select w3-border small textInput" style="display:block"></select>
378378
<h4 id="domainHeader" class="sectionHeader">Domain</h4>
379-
<input id="domainText" class="w3-input w3-border small" type="text" pattern="^([a-zA-Z0-9\.-]+\.[a-zA-Z0-9\.-]+|localhost)$"/>
379+
<input id="domainText" class="w3-input w3-border small" type="text" pattern="^([a-zA-Z0-9.-]+\.[a-zA-Z0-9.-]+|localhost)$"/>
380380
<span id="domainTextNote" class="notes">Example: 'google.com' or 'mail.google.com'</span>
381381

382382
<div style="padding-top: 8px;">

0 commit comments

Comments
 (0)