This repository has been archived by the owner on Jun 12, 2019. It is now read-only.
Split Join Injection
Previously, the module would be injected by using String.replace
. This function treats $
as a special character. To avoid injection problems, I'm now using split
and join
to build the injected string.