Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switch Web Share Permissions Policy to *
https://bugs.webkit.org/show_bug.cgi?id=241363 Patch by Marcos Cáceres <marcos@marcosc.com> on 2022-06-12 Reviewed by Youenn Fablet and Tim Horton. * LayoutTests/http/tests/webshare/webshare-allow-attribute-canShare.https-expected.txt: * LayoutTests/http/tests/webshare/webshare-allow-attribute-canShare.https.html: * LayoutTests/http/tests/webshare/webshare-allow-attribute-share.https-expected.txt: * LayoutTests/http/tests/webshare/webshare-allow-attribute-share.https.html: * Source/WebCore/html/FeaturePolicy.cpp: (WebCore::FeaturePolicy::parse): Canonical link: https://commits.webkit.org/251487@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295482 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
commit-queue@webkit.org
committed
Jun 13, 2022
1 parent
ab59722
commit 97543a1eb1fbd2a61bcb37bc9321c70212affd9c
Showing
5 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -48,7 +48,7 @@ | ||
| </head> | ||
| <body> | ||
| <iframe | ||
| data-enabled="false" | ||
| data-enabled="true" | ||
| src="https://localhost:8443/webshare/resources/webshare-postmessage.html" | ||
| ></iframe> | ||
| <iframe | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -26,7 +26,7 @@ | ||
|
|
||
| const iframeDetails = [ | ||
| { | ||
| enabled: "false", | ||
| enabled: "true", | ||
| src: "https://localhost:8443/webshare/resources/webshare-postmessage.html", | ||
| }, | ||
| { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters