@@ -23,6 +23,7 @@ Array [
23
23
exports [` gatsby-plugin-manifest CORS Generation Does not add crossOrigin when 'crossOrigin' is blank 1` ] = `
24
24
Array [
25
25
<link
26
+ crossOrigin = " anonymous"
26
27
href = " /manifest.webmanifest"
27
28
rel = " manifest"
28
29
/>,
@@ -42,6 +43,7 @@ Array [
42
43
type = " image/png"
43
44
/>,
44
45
<link
46
+ crossOrigin = " anonymous"
45
47
href = " /manifest.webmanifest"
46
48
rel = " manifest"
47
49
/>,
@@ -101,6 +103,7 @@ Array [
101
103
type = " image/png"
102
104
/>,
103
105
<link
106
+ crossOrigin = " anonymous"
104
107
href = " /manifest.webmanifest"
105
108
rel = " manifest"
106
109
/>,
@@ -160,6 +163,7 @@ Array [
160
163
type = " image/png"
161
164
/>,
162
165
<link
166
+ crossOrigin = " anonymous"
163
167
href = " /manifest.webmanifest"
164
168
rel = " manifest"
165
169
/>,
@@ -219,6 +223,7 @@ Array [
219
223
type = " image/png"
220
224
/>,
221
225
<link
226
+ crossOrigin = " anonymous"
222
227
href = " /manifest.webmanifest"
223
228
rel = " manifest"
224
229
/>,
@@ -268,6 +273,7 @@ Array [
268
273
exports [` gatsby-plugin-manifest Cache Busting doesn't add cache busting in manual mode 1` ] = `
269
274
Array [
270
275
<link
276
+ crossOrigin = " anonymous"
271
277
href = " /manifest.webmanifest"
272
278
rel = " manifest"
273
279
/>,
@@ -297,6 +303,7 @@ Array [
297
303
type = " image/png"
298
304
/>,
299
305
<link
306
+ crossOrigin = " anonymous"
300
307
href = " /manifest.webmanifest"
301
308
rel = " manifest"
302
309
/>,
@@ -306,6 +313,7 @@ Array [
306
313
exports [` gatsby-plugin-manifest Favicon Does not add a link favicon if "include_favicon" option is set to false 1` ] = `
307
314
Array [
308
315
<link
316
+ crossOrigin = " anonymous"
309
317
href = " /manifest.webmanifest"
310
318
rel = " manifest"
311
319
/>,
@@ -315,6 +323,7 @@ Array [
315
323
exports [` gatsby-plugin-manifest Favicon Does not add a link favicon if in manual mode 1` ] = `
316
324
Array [
317
325
<link
326
+ crossOrigin = " anonymous"
318
327
href = " /manifest.webmanifest"
319
328
rel = " manifest"
320
329
/>,
@@ -324,6 +333,7 @@ Array [
324
333
exports [` gatsby-plugin-manifest Legacy Icons Does create legacy links if "legacy" not specified in automatic mode 1` ] = `
325
334
Array [
326
335
<link
336
+ crossOrigin = " anonymous"
327
337
href = " /manifest.webmanifest"
328
338
rel = " manifest"
329
339
/>,
@@ -373,6 +383,7 @@ Array [
373
383
exports [` gatsby-plugin-manifest Legacy Icons Does create legacy links if "legacy" not specified in hybrid mode. 1` ] = `
374
384
Array [
375
385
<link
386
+ crossOrigin = " anonymous"
376
387
href = " /manifest.webmanifest"
377
388
rel = " manifest"
378
389
/>,
@@ -392,6 +403,7 @@ Array [
392
403
exports [` gatsby-plugin-manifest Legacy Icons Does create legacy links if "legacy" not specified in manual mode. 1` ] = `
393
404
Array [
394
405
<link
406
+ crossOrigin = " anonymous"
395
407
href = " /manifest.webmanifest"
396
408
rel = " manifest"
397
409
/>,
@@ -411,6 +423,7 @@ Array [
411
423
exports [` gatsby-plugin-manifest Legacy Icons Does not create legacy links If "legacy" options is false and in automatic 1` ] = `
412
424
Array [
413
425
<link
426
+ crossOrigin = " anonymous"
414
427
href = " /manifest.webmanifest"
415
428
rel = " manifest"
416
429
/>,
@@ -420,6 +433,7 @@ Array [
420
433
exports [` gatsby-plugin-manifest Legacy Icons Does not create legacy links If "legacy" options is false and in hybrid mode 1` ] = `
421
434
Array [
422
435
<link
436
+ crossOrigin = " anonymous"
423
437
href = " /manifest.webmanifest"
424
438
rel = " manifest"
425
439
/>,
@@ -429,6 +443,7 @@ Array [
429
443
exports [` gatsby-plugin-manifest Legacy Icons Does not create legacy links If "legacy" options is false and in manual mode 1` ] = `
430
444
Array [
431
445
<link
446
+ crossOrigin = " anonymous"
432
447
href = " /manifest.webmanifest"
433
448
rel = " manifest"
434
449
/>,
@@ -442,6 +457,7 @@ Array [
442
457
exports [` gatsby-plugin-manifest Manifest Link Generation Add a "theme color" meta tag if "theme_color_in_head" is set to true 1` ] = `
443
458
Array [
444
459
<link
460
+ crossOrigin = " anonymous"
445
461
href = " /manifest.webmanifest"
446
462
rel = " manifest"
447
463
/>,
@@ -465,6 +481,7 @@ Array [
465
481
type = " image/png"
466
482
/>,
467
483
<link
484
+ crossOrigin = " anonymous"
468
485
href = " /manifest.webmanifest"
469
486
rel = " manifest"
470
487
/>,
@@ -518,6 +535,7 @@ Array [
518
535
exports [` gatsby-plugin-manifest Manifest Link Generation Adds a "theme color" meta tag to head if "theme_color_in_head" is not provided 1` ] = `
519
536
Array [
520
537
<link
538
+ crossOrigin = " anonymous"
521
539
href = " /manifest.webmanifest"
522
540
rel = " manifest"
523
541
/>,
@@ -531,6 +549,7 @@ Array [
531
549
exports [` gatsby-plugin-manifest Manifest Link Generation Adds correct (default) i18n "manifest" link to head 1` ] = `
532
550
Array [
533
551
<link
552
+ crossOrigin = " anonymous"
534
553
href = " /manifest.webmanifest"
535
554
rel = " manifest"
536
555
/>,
@@ -580,6 +599,7 @@ Array [
580
599
exports [` gatsby-plugin-manifest Manifest Link Generation Adds correct (es) i18n "manifest" link to head 1` ] = `
581
600
Array [
582
601
<link
602
+ crossOrigin = " anonymous"
583
603
href = " /manifest_es.webmanifest"
584
604
rel = " manifest"
585
605
/>,
@@ -629,6 +649,7 @@ Array [
629
649
exports [` gatsby-plugin-manifest Manifest Link Generation Does not add a "theme color" meta tag if "theme_color_in_head" is set to false 1` ] = `
630
650
Array [
631
651
<link
652
+ crossOrigin = " anonymous"
632
653
href = " /manifest.webmanifest"
633
654
rel = " manifest"
634
655
/>,
@@ -638,6 +659,7 @@ Array [
638
659
exports [` gatsby-plugin-manifest Manifest Link Generation Does not add a "theme_color" meta tag to head if "theme_color" option is not provided. 1` ] = `
639
660
Array [
640
661
<link
662
+ crossOrigin = " anonymous"
641
663
href = " /manifest.webmanifest"
642
664
rel = " manifest"
643
665
/>,
0 commit comments