mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 23:05:26 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
|
|
//go:build headless_local
|
||
|
|
|
||
|
|
package testheadless
|
||
|
|
|
||
|
|
// HeadlessLocal determines if local headless chrome should be used in tests
|
||
|
|
const HeadlessLocal = true
|