Posts

Post not yet marked as solved
0 Replies
127 Views
I'm developing a Safari extension and the feature is rating a web page opened by user and will show a block page if the web page contains some phishing link window.location.href = safari.extension.baseURI + "blockpage/blockpage.html?herf=" + window.location.href + "&score=" + score + "&level=1"; It works fine in Safari 14. But there is an odd scene on Safari 15.3 It will redirect to right local page with right parameters first but redirect twice quickly without parameters leads to fail to render local page Any comments will be appreciated. Thanks a lot.
Posted Last updated
.
Post not yet marked as solved
0 Replies
103 Views
I'm developing a Safari extension and the feature is rating a web page opened by user and will show a block page if the web page contains some phishing link window.location.href = safari.extension.baseURI + "blockpage/blockpage.html?herf=" + window.location.href + "&score=" + score + "&level=1"; It works fine in Safari 15.3 and other version below 15.4. But there is an error on Safari 15.4 It seems path component of "blockpage" is missing. The right path should be "safari-extension://4506B856-D122-4301-93FD-712FDCC4EF14/blockpage/blockpage.html" Any comments will be appreciated. Thanks a lot.
Posted Last updated
.