- From: Shih-Chiang Chien via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Aug 2016 02:01:29 +0000
- To: public-secondscreen@w3.org
schien has just created a new issue for https://github.com/w3c/presentation-api: == specify the prohibits mixed security contexts algorithm for multiple presentation URLs == In step 3 of the "Starting a presentation" algorithm, it only defined the behavior if one presentation URL is assigned. Below are the two possible solutions: 1. If the result of the algorithm is "Prohibits Mixed Security Contexts" and **any of the presentationUrls** is an a priori unauthenticated URL, then return a Promise rejected with a SecurityError and abort these steps 2. If the result of the algorithm is "Prohibits Mixed Security Contexts" and **all of the presentationUrls** are a priori unauthenticated URL, then return a Promise rejected with a SecurityError and abort these steps. **Otherwise exclude those URLs that are a priori unauthenticated URL from presentationUrls and continue the algorithm**. Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/329 using your GitHub account
Received on Tuesday, 16 August 2016 02:01:38 UTC