Create UI for DNS rebinding protection

This commit is contained in:
Reinaldo de Souza Jr
2020-12-05 15:42:53 +01:00
parent 6b60598025
commit fcb582679e
7 changed files with 142 additions and 1 deletions

View File

@@ -509,6 +509,7 @@ export const FORM_NAME = {
INSTALL: 'install',
LOGIN: 'login',
CACHE: 'cache',
REBINDING: 'rebinding',
...DHCP_FORM_NAMES,
};