Question
Question about looking up the right protocol and launching the corect app
Hello, by the end of 2019 there was an issue about opening a pdf-file in Chrome, and in that pdf-file, there was a link to an other protocol (ibmscp), that would not open. It turned out to a blanc page. Here below i will past the info from Google. Anyway, the issue is fixed, i asume in a later version of Acrobat reader..?
Can anyone confirm this, and let me know in what version this issue is fixed?
Many thanx an regards, Paul.
Chrome ignores customer protocols passed in via command line ( referes to ibmscp protocol) . This was reported as a bug to google but their response is that it is a safety feature. From the google problem report: https://bugs.chromium.org/p/chromium/issues/detail?id=259881
The current behaviour is intentional. Allowing arbitrary protocols from the command line is extremely dangerous. It exposes every registered handler to various bouncing and tunnelling attacks. (The fix for issue 9862 actually blocked a protocol bouncing attack that was later reported against stable.)
The bug here is in Acrobat Reader, which should be looking up the correct protocol and launching the correct app as a handler. That is the only safe thing to do, because only the app initiating the handler has the context to make an accurate security decision. Adobe has disabled all custom protocols as a security measure
