On Mon, Jul 28, 2014 at 8:22 PM, Chirayu Chiripal <chirayu.chiripal@gmail.com> wrote:
On Mon, Jul 28, 2014 at 8:16 PM, Marc Delisle <marc@infomarc.info> wrote:
Le 2014-07-28 07:09, Chirayu Chiripal a écrit :
> On Mon, Jul 28, 2014 at 4:28 PM, Chirayu Chiripal
> <chirayu.chiripal@gmail.com <mailto:chirayu.chiripal@gmail.com>> wrote:
>
>     Hi,
>     I was using Safari 5.1.7 for windows (fresh install, default
>     settings) and when I opened the phpMyAdmin on localhost I got a
>     blank page (only favicon in URL bar was displayed).
>     I tested it on demo server (demo.phpmyadmin.net
>     <http://demo.phpmyadmin.net>) on following branches:
>
>     * Master: Got a blank page (even login page was not working). See [1]
>     * QA_4_2: Page loaded but no icons/images were loaded.
>     * STABLE: Same as QA_4_2. See [2]
>
>     [1]: http://imgur.com/gj2Mcgt
>     [2]: http://imgur.com/IJsAR0n
>
>     I tested this on Windows 7 and XP both with Safari 5.1.7.
>
>
> Here are some more results/screenshots from browserstack:
> http://www.browserstack.com/screenshots/1aecfee98d70d54e21cba61378b61830fbf3f9aa
>
>
>
>     Can anyone else check this on Safari web browser either on Mac or
>     Windows?

Chirayu,
maybe you can try with an older phpMyAdmin version like QA_4_0 or
QA_4_1. If it works, git bisect will help you find the first "bad" commit.


Sure, I'll try it. First, I will look for the bad commit in master, the one giving blank page. Later, I will look for broken icons/images in QA_4_2.

Git bisect says this commit: https://github.com/phpmyadmin/phpmyadmin/commit/bc8f797746f6baab5d7de0f8190334a34606568c (Remove CSP support for ancient Safari versions) and it seems like support for Safari versions < 6 was removed.