Skip to content

Commit

Permalink
fix: Allow CDX file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Jan 15, 2025
1 parent 6f495c9 commit 4059f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chooser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class Chooser extends LitElement {
type="text"
name="filename"
id="filename"
pattern="((file|http|https|ipfs|s3)://.*.(warc|warc.gz|zip|wacz|har|json)([?#].*)?)|(googledrive://.+)|(ssb://.+)"
pattern="((file|http|https|ipfs|s3)://.*.(warc|warc.gz|zip|wacz|har|json|cdx)([?#].*)?)|(googledrive://.+)|(ssb://.+)"
.value="${this.fileDisplayName}"
@input="${this.onInput}"
autocomplete="off"
Expand Down

0 comments on commit 4059f62

Please sign in to comment.