mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
Fix JSDoc type for badBotUA variable
Update JSDoc type annotation for badBotUA variable
This commit is contained in:
committed by
GitHub
parent
15643689fd
commit
968ec9cada
+1
-1
@@ -55,7 +55,7 @@
|
|||||||
* blacklist of UserAgents (parts) known to belong to a bot
|
* blacklist of UserAgents (parts) known to belong to a bot
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @enum {Array}
|
* @type {string[]}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
var badBotUA = [
|
var badBotUA = [
|
||||||
|
|||||||
Reference in New Issue
Block a user