Step: WatermarkCheck
Constructor key: WatermarkCheck
Injects a runtime watermark check and appends a Watermark step internally.
Settings
| Key | Type | Default |
|---|---|---|
Content |
string | "This Script is Part of the Prometheus Obfuscator by levno-710" |
Example
{
Name = "WatermarkCheck",
Settings = {
Content = "my watermark",
}
}
Notes
Watermarkis not exported in the standard step registry, butWatermarkCheckuses it internally.- On mismatch, the injected guard returns early.