소스 검색

Added improved `domainDest` option validation

sanex 3 년 전
부모
커밋
eaf005cb09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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