Fix: 인스타그램 등 일부 도메인에서 이미지 조회가 안되는 문제 수정 #153
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
+++++++++++++++++++++++
스크린샷 (선택)
💬리뷰 요구사항(선택)
인스타그램 도메인을 가진 url에서 이미지 조회가 안되는 문제를 수정하였습니다.
Nuke
를 쓰고 있기 때문에, 뷰 단에서User-Agent
헤더 값을 가진 요청을 만들어LazyImage
에 주입시켰습니다.User-Agent
를 설정하게 되면, 해당 서비스에서 일반적인 브라우저(사파리, 크롬 등)에서 요청하는 것으로 인식해서 조회가 된다고 합니다.User-Agent
를 설정하면 인스타그램은 되지만, 유튜브가 안되는 문제가 있었는데(SwiftSoupClinet
작업 당시) 지금은 문제 없이 되고 있는거 같아 일단 이렇게 수정하고, 외부 베타를 통해 지켜볼 예정입니다.추가적으로
App
과Share Extension
의 버전을 급히 맞췄습니다close #152