|
3 | 3 | <policies> |
4 | 4 | <policy id="script-src"> |
5 | 5 | <values> |
6 | | - <value id="cloudinary_main" type="host">cloudinary.com</value> |
7 | | - <value id="cloudinary_main_www" type="host">www.cloudinary.com</value> |
8 | | - <value id="cloudinary_api" type="host">api.cloudinary.com</value> |
9 | | - <value id="cloudinary_media_library" type="host">media-library.cloudinary.com</value> |
10 | | - <value id="cloudinary_product_gallery" type="host">product-gallery.cloudinary.com</value> |
11 | | - <value id="cloudinary_analytics_api" type="host">analytics-api.cloudinary.com</value> |
| 6 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
12 | 7 | <value id="cloudinary_cloudflare_cdnjs" type="host">cdnjs.cloudflare.com</value> |
13 | | - <value id="cloudinary_res" type="host">res.cloudinary.com</value> |
14 | 8 | </values> |
15 | 9 | </policy> |
16 | 10 | <policy id="frame-src"> |
17 | 11 | <values> |
18 | | - <value id="cloudinary_main" type="host">cloudinary.com</value> |
19 | | - <value id="cloudinary_main_www" type="host">www.cloudinary.com</value> |
20 | | - <value id="cloudinary_api" type="host">p.cloudinary.com</value> |
21 | | - <value id="cloudinary_media_library" type="host">media-library.cloudinary.com</value> |
22 | | - <value id="cloudinary_product_gallery" type="host">product-gallery.cloudinary.com</value> |
23 | | - <value id="cloudinary_analytics_api" type="host">analytics-api.cloudinary.com</value> |
| 12 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
24 | 13 | <value id="cloudinary_cloudflare_cdnjs" type="host">cdnjs.cloudflare.com</value> |
25 | | - <value id="cloudinary_res" type="host">res.cloudinary.com</value> |
| 14 | + </values> |
| 15 | + </policy> |
| 16 | + <policy id="connect-src"> |
| 17 | + <values> |
| 18 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
| 19 | + </values> |
| 20 | + </policy> |
| 21 | + <policy id="form-action"> |
| 22 | + <values> |
| 23 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
26 | 24 | </values> |
27 | 25 | </policy> |
28 | 26 | <policy id="img-src"> |
29 | 27 | <values> |
30 | | - <value id="cloudinary_main" type="host">cloudinary.com</value> |
31 | | - <value id="cloudinary_main_www" type="host">www.cloudinary.com</value> |
32 | | - <value id="cloudinary_media_library" type="host">media-library.cloudinary.com</value> |
33 | | - <value id="cloudinary_product_gallery" type="host">product-gallery.cloudinary.com</value> |
34 | | - <value id="cloudinary_res" type="host">res.cloudinary.com</value> |
35 | | - <value id="cloudinary_res_1" type="host">res-1.cloudinary.com</value> |
36 | | - <value id="cloudinary_res_2" type="host">res-2.cloudinary.com</value> |
37 | | - <value id="cloudinary_res_3" type="host">res-3.cloudinary.com</value> |
38 | | - <value id="cloudinary_res_4" type="host">res-4.cloudinary.com</value> |
39 | | - <value id="cloudinary_res_5" type="host">res-5.cloudinary.com</value> |
| 28 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
40 | 29 | <value id="data" type="host">data:</value> |
41 | 30 | </values> |
42 | 31 | </policy> |
43 | 32 | <policy id="style-src"> |
44 | 33 | <values> |
45 | | - <value id="cloudinary_main" type="host">cloudinary.com</value> |
46 | | - <value id="cloudinary_main_www" type="host">www.cloudinary.com</value> |
47 | | - <value id="cloudinary_api" type="host">p.cloudinary.com</value> |
48 | | - <value id="cloudinary_media_library" type="host">media-library.cloudinary.com</value> |
49 | | - <value id="cloudinary_product_gallery" type="host">product-gallery.cloudinary.com</value> |
50 | | - <value id="cloudinary_res" type="host">res.cloudinary.com</value> |
| 34 | + <value id="cloudinary_main" type="host">*.cloudinary.com</value> |
51 | 35 | </values> |
52 | 36 | </policy> |
53 | 37 | </policies> |
|
0 commit comments