We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c143e + 56c4f8a commit 4b8bdd2Copy full SHA for 4b8bdd2
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