safari9

Bug in Safari 9? adding blue color to links' border

强颜欢笑 提交于 2019-12-11 00:39:53
问题 I'm having some funny behavior with Safari 9 and a list of links with border. Reproduction online I isolated the problem as much as I could. It seems to get solved when: I remove the absolute position from #fp-nav ul li a Or whenever I use a bigger width in #fp-nav ul li a Or when I remove the style #fp-nav ul li:hover a span And probably there are more cases, but nevertheless none of them make any sense to me, so I believe we are talking about a weird bug in Safari 9.X. The problem was

Safari 9 disallowed running of insecure content?

可紊 提交于 2019-11-30 01:58:16
after upgrading to Safari 9 I'm getting this error in the browser: [Warning] [blocked] The page at https://localhost:8443/login was not allowed to run insecure content from http://localhost:8080/assets/static/script.js. Anyone knows how to enable the running of insecure content on the new Safari? According to the Apple support forums Safari does not allow you to disable the block on mixed content. Though this is frustrating for usability in legitimate cases like yours, it seems to be part of their effort to force secure content serving / content serving best practices. As a solution for you

Safari 9 disallowed running of insecure content?

Deadly 提交于 2019-11-28 20:59:14
问题 after upgrading to Safari 9 I'm getting this error in the browser: [Warning] [blocked] The page at https://localhost:8443/login was not allowed to run insecure content from http://localhost:8080/assets/static/script.js. Anyone knows how to enable the running of insecure content on the new Safari? 回答1: According to the Apple support forums Safari does not allow you to disable the block on mixed content. Though this is frustrating for usability in legitimate cases like yours, it seems to be