Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

iframe test page should include the latest implementation #19

Closed
rantonysamy opened this issue Nov 17, 2017 · 2 comments
Closed

iframe test page should include the latest implementation #19

rantonysamy opened this issue Nov 17, 2017 · 2 comments

Comments

@rantonysamy
Copy link
Contributor

in M64 - cross origin iframes going to be deprecated according to this document

https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes

So in the sample https://webrtc.github.io/test-pages/src/iframe-apprtc/ we need to have two test frames.

  1. Current Implementation sample (<iframe width="90%" height="1200px" src="//appr.tc"></iframe>)
  2. Future Request sample <iframe src="https://example.com" allow="geolocation; microphone; camera"></iframe>

So we can test two iframe formats.

@KaptenJansson
Copy link
Contributor

Could you make a PR with these changes?

@rantonysamy
Copy link
Contributor Author

Sure, On the way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants