We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807b59 commit 56c4f8aCopy full SHA for 56c4f8a
frontend/js/app/nginx/certificates/form.js
@@ -251,7 +251,7 @@ module.exports = Mn.View.extend({
251
text: input
252
};
253
},
254
- createFilter: /^(?:[^.]+\.?)+[^.]$/
+ createFilter: /^(?:\*\.)?(?:[^.*]+\.?)+[^.]$/
255
});
256
this.ui.dns_challenge_content.hide();
257
this.ui.credentials_file_content.hide();
frontend/js/app/nginx/proxy/form.js
@@ -278,7 +278,7 @@ module.exports = Mn.View.extend({
278
279
280
281
- createFilter: /^(?:\.)?(?:[^.*]+\.?)+[^.]$/
282
283
284
// Access Lists
0 commit comments