| <!DOCTYPE html> |
| <!-- |
| Copyright 2021 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5"> |
| <!-- CSP to allow specifically https://bobpay.test payment method URL --> |
| <meta http-equiv="Content-Security-Policy" content="connect-src https://bobpay.test:*;"> |
| <script src="payment_request_csp_check_can_make_payment.js"></script> |
| <title>Payment Request CSP Test</title> |
| </head> |
| <body> |
| </body> |
| </html> |