Ver código fonte

Added improved `domainDest` option validation

sanex 3 anos atrás
pai
commit
eaf005cb09
1 arquivos alterados com 1 adições e 1 exclusões
  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