mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Remove Google API key format check since currently there is not a standard accepted format
This commit is contained in:
parent
e8440e585c
commit
5ba00411a8
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ function printUsers()
|
|||
,
|
||||
"ntopng.prefs.",
|
||||
"google_apis_browser_key",
|
||||
"", false, nil, nil, nil, {style={width="25em;"}, attributes={pattern="[a-zA-Z0-9]{39}", spellcheck="false"} --[[ Google API keys consist of 39 alphanumeric characters ]] })
|
||||
"", false, nil, nil, nil, {style={width="25em;"}, attributes={spellcheck="false"} --[[ Note: Google API keys can vary in format ]] })
|
||||
|
||||
if ntop.isPro() then
|
||||
print('<tr><th colspan=2 class="info">Authentication</th></tr>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue