| Index: LayoutTests/http/tests/security/upgrade-insecure-requests/resources/post-https-header.pl
 | 
| ===================================================================
 | 
| --- LayoutTests/http/tests/security/upgrade-insecure-requests/resources/post-https-header.pl	(revision 199024)
 | 
| +++ LayoutTests/http/tests/security/upgrade-insecure-requests/resources/post-https-header.pl	(working copy)
 | 
| @@ -8,6 +8,6 @@
 | 
|  print <<DONE
 | 
|  <script>
 | 
|      var target = window.opener || window.top;
 | 
| -    target.postMessage({ "https": "$ENV{"HTTP_HTTPS"}" }, "*");
 | 
| +    target.postMessage({ "header": "$ENV{"HTTP_UPGRADE_INSECURE_REQUESTS"}" }, "*");
 | 
|  </script>
 | 
|  DONE
 | 
| 
 |