Skip to content

Commit

Permalink
Adds CDXJ as a valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Jan 15, 2025
1 parent 89204f3 commit bbce684
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|cdx)([?#].*)?)|(googledrive://.+)|(ssb://.+)"
pattern="((file|http|https|ipfs|s3)://.*.(warc|warc.gz|zip|wacz|har|json|cdx|cdxj)([?#].*)?)|(googledrive://.+)|(ssb://.+)"
.value="${this.fileDisplayName}"
@input="${this.onInput}"
autocomplete="off"
Expand Down

0 comments on commit bbce684

Please sign in to comment.