public abstract class WebHijackPreventionStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static WebHijackPreventionStrategy |
COMMENTS
Wraps the string with /* *\/
|
static WebHijackPreventionStrategy |
INFINITE_LOOP
Prepends "while(1);"
|
Constructor and Description |
---|
WebHijackPreventionStrategy() |
public static final WebHijackPreventionStrategy COMMENTS
public static final WebHijackPreventionStrategy INFINITE_LOOP
Copyright © 2006–2015 Json-lib. All rights reserved.