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