Strings
HTML Sanitizer
2min
overview https //docs procesio com/write to file#yja0t use this action to sanitize html input string to prevent html injection how to configure the html sanitizer action? https //kb procesio com/regex replace#qd how to https //docs procesio com/merge lists#q how to https //docs procesio com/write to file# s0vi step 1 create a process and give it a name step 2 drag the html sanitizer action to the canvas and link it to the other actions step 3 create the variables needed for the configuration of the action, and then add them to the configuration panel html string to sanitize you need to input a string variable which contains the value which needs to be sanitized encode the result checkbox will only take care of html characters it does not protect you from cross site scripting (xss) or javascript injection vulnerabilities sanitized string the output contains the returned sanitized string step 4 save , validate and run the process step 5 you will be prompted to add the html string for the input variable click run step 6 to verify the process click check instance step 7 in the output section, you can see sanitized html stored in the output variable