We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af80ea commit 162fab1Copy full SHA for 162fab1
1 file changed
app/Config/Honeypot.php
@@ -11,6 +11,14 @@ class Honeypot extends BaseConfig
11
* @var boolean
12
*/
13
public $hidden = true;
14
+ /**
15
+ * Hide the Honypot. The default is style, but if the CSP is enabled, it is better to use class.
16
+ * Example:
17
+ * public $hiddenBy = 'class="hidden"';
18
+ *
19
+ * @var string
20
+ */
21
+ public $hiddenBy = 'style="display:none"';
22
/**
23
* Honeypot Label Content
24
*
0 commit comments