Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 4 | |
michael@0 | 5 | <!DOCTYPE HTML> |
michael@0 | 6 | <html> |
michael@0 | 7 | <head> |
michael@0 | 8 | <title>STS test iframe</title> |
michael@0 | 9 | <script> |
michael@0 | 10 | var self = window; |
michael@0 | 11 | window.addEventListener("load", function() { |
michael@0 | 12 | self.parent.postMessage("BOOTSTRAP plain", "http://mochi.test:8888"); |
michael@0 | 13 | }, false); |
michael@0 | 14 | </script> |
michael@0 | 15 | </head> |
michael@0 | 16 | <body> |
michael@0 | 17 | <!-- This frame should be loaded over HTTPS to set the STS header. --> |
michael@0 | 18 | This frame was loaded using |
michael@0 | 19 | <script> |
michael@0 | 20 | document.write(document.location.protocol); |
michael@0 | 21 | </script> |
michael@0 | 22 | and set the STS header to force this site and allow subdomain upgrading. |
michael@0 | 23 | </body> |
michael@0 | 24 | </html> |