PluginProbe
HyperPay Payments / trunk
HyperPay Payments vtrunk
6.6.0 trunk 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.5 4.0.0 4.0.2 All 34 releases
hyperpay-gateways / src / assets / templates / header.html

header.html in HyperPay Payments trunk, at src/assets/templates/header.html

8 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <meta http-equiv="Content-Security-Policy"
2 content="
3 style-src 'self' {{ data.url }} {{ data.home }} https://pay.google.com https://google.com https://www.google.com https://us-online.stg.mpay.samsung.com https://d16i99j5zwwv51.cloudfront.net https://d35p4vvdul393k.cloudfront.net 'unsafe-inline' ;
4 frame-src 'self' {{ data.url }} {{ data.home }} https://pay.google.com https://google.com https://www.google.com https://us-online.stg.mpay.samsung.com https://d16i99j5zwwv51.cloudfront.net https://d35p4vvdul393k.cloudfront.net;
5 script-src 'self' {{ data.url }} {{ data.home }} https://pay.google.com https://google.com https://www.google.com https://us-online.stg.mpay.samsung.com https://d16i99j5zwwv51.cloudfront.net https://d35p4vvdul393k.cloudfront.net 'nonce-{{ data.nonce }}' ;
6 connect-src 'self' {{ data.url }} {{ data.home }} https://pay.google.com https://google.com https://www.google.com https://us-online.stg.mpay.samsung.com https://d16i99j5zwwv51.cloudfront.net https://d35p4vvdul393k.cloudfront.net;
7 img-src 'self' {{ data.url }} {{ data.home }} https://pay.google.com https://google.com https://www.google.com https://us-online.stg.mpay.samsung.com https://d16i99j5zwwv51.cloudfront.net https://d35p4vvdul393k.cloudfront.net;
8 ">