mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 06:15:27 +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
|