mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-28 18:15:15 +01:00
more chars for ua comment
This commit is contained in:
@@ -8,7 +8,7 @@ const path = require("path");
|
||||
const featureChoices = require(path.join(__dirname, "features.json"));
|
||||
const coinstring = require('coinstring');
|
||||
|
||||
const uaCommentRegexp = /^[a-zA-Z0-9 \.,:_\?@]+$/
|
||||
const uaCommentRegexp = /^[a-zA-Z0-9 \.,:_\-\?\/@]+$/; // TODO: look for spec of unsafe chars
|
||||
|
||||
let prompters = [];
|
||||
const normalizedPath = path.join(__dirname, "prompters");
|
||||
|
||||
Reference in New Issue
Block a user