Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Release 1.2.3

Compare
Choose a tag to compare
@ueokande ueokande released this 26 Sep 03:46
· 96 commits to master since this release

πŸ“” Other Notes

Search a content from frames successfully loaded (#1264)

The previous cross-search tries to all iframe on the page. This can cause an issue "Could not establish connection. Receiving end does not exist." When the browser blocks iframe x-frame options or a content security policy, the background fails to send a message to the frame. This change makes the cross-frame search from frames only successfully loaded and fix #1243.