<?xml version="1.0"?>
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp/etc/csp_whitelist.xsd">
    <policies>
        <policy id="img-src">
            <values>
                <value id="img-src" type="host">https://www.flags.co.uk</value>
            </values>
        </policy>
        <policy id="font-src">
            <values>
                <value id="google-fonts" type="host">https://fonts.gstatic.com</value>
            </values>
        </policy>
        <policy id="style-src">
            <values>
                <value id="google-fonts-2" type="host">https://fonts.googleapis.com</value>
                <value id="unsafe-inline" type="host">unsafe-inline:</value>
            </values>
        </policy>
        <policy id="frame-src">
            <values>
                <value id="google-recaptcha" type="host">https://www.google.com</value>
                <value id="assets-braintreegateway" type="host">https://assets.braintreegateway.com</value>
                <value id="data-frame-src" type="host">none:</value>
            </values>
        </policy>
        <policy id="connect-src">
            <values>
                <value id="api-braintreegateway" type="host">https://api.braintreegateway.com</value>
                <value id="api-sandbox-braintreegateway" type="host">https://api.sandbox.braintreegateway.com</value>
                <value id="api-payments-braintreegateway" type="host">https://payments.sandbox.braintree-api.com</value>
                <value id="api-sandbox-payments-braintreegateway" type="host">https://payments.braintree-api.com</value>
                <value id="analytics-braintreegateway" type="host">https://origin-analytics-sand.braintree-api.com</value>
                <value id="analytics-sandbox-braintreegateway" type="host">https://origin-analytics-sand.sandbox.braintree-api.com</value>
                <value id="data-connect-src" type="host">none:</value>
                <value id="google_pagespeed_api" type="host">https://www.googleapis.com</value>
            </values>
        </policy>
        <policy id="script-src">
            <values>
                <value id="google-recaptcha-google" type="host">https://www.google.com</value>
                <value id="google-recaptcha-gstatic" type="host">https://www.gstatic.com</value>
                <value id="braintree-js" type="host">https://js.braintreegateway.com</value>
                <value id="data-script-src" type="host">none:</value>
                <value id="report-sample-src" type="host">report-sample:</value>
            </values>
        </policy>
         <policy id="default-src">
            <values>
              <value id="data" type="host">*</value>
              <value id="unsafe-inline-scr" type="host">unsafe-inline:</value>
              <value id="unsafe-eval-scr" type="host">unsafe-eval:</value>
              <value id="block-all-mixed-content-scr" type="host">block-all-mixed-content:</value>
            </values>
        </policy>
         <policy id="form-action">
            <values>
                <value id="data-form-action" type="host">none:</value>
            </values>
        </policy>
        <policy id="worker-src">
            <values>
                <value id="data-worker-src" type="host">none:</value>
            </values>
        </policy>
        <policy id="frame-ancestors">
            <values>
                <value id="data-frame-ancestors" type="host">none:</value>
            </values>
        </policy>
    </policies>
</csp_whitelist>
