Fix/Loop Protect - Remove noprotect from saved code
This commit is contained in:
@@ -33,6 +33,10 @@ window.common = (function(global) {
|
||||
|
||||
common.seed = common.arrayToNewLineString(common.challengeSeed);
|
||||
|
||||
common.replaceNoprotect = function replaceNoprotect(value) {
|
||||
return value.replace(/noprotect/gi, '');
|
||||
};
|
||||
|
||||
common.replaceScriptTags = function replaceScriptTags(value) {
|
||||
return value
|
||||
.replace(/<script>/gi, 'fccss')
|
||||
|
Reference in New Issue
Block a user