We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a54b1 commit 254960eCopy full SHA for 254960e
config/headers.php
@@ -416,16 +416,17 @@
416
417
'self' => true,
418
419
+ 'data' => true,
420
+
421
'report-sample' => false,
422
423
'allow' => [
424
'gravatar.com',
425
'www.gravatar.com',
- 'cdnjs.cloudflare.com/',
426
+ 'cdnjs.cloudflare.com',
427
],
428
429
'schemes' => [
- 'data:',
430
'http:',
431
'https:',
432
@@ -518,6 +519,21 @@
518
519
'unsafe-inline' => true,
520
521
522
+ 'frame-src' => [
523
+ 'none' => false,
524
+ 'self' => true,
525
+ 'allow' => [
526
527
+ ],
528
529
530
531
+ 'schemes' => [
532
+ 'http:',
533
+ 'https:',
534
535
536
537
'style-src' => [
538
'none' => false,
539
0 commit comments