Explorar el Código

Added improved `domainDest` option validation

sanex hace 3 años
padre
commit
eaf005cb09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@ Change Log
 
 v2.15.0
 ---
-* Added `domainDest` option that option allows the browser to be redirected to a passed domain if the source code isn't run on the domains specified by `domainLock`.
+* Added `domainDest` option that option allows the browser to be redirected to a passed domain if the source code isn't run on the domains specified by `domainLock`. Thank you https://github.com/erikdubbelboer!
 * `ObfuscationResult` object now contains `getOptions` method to get options that were used during obfuscation
 
 v2.14.0