feat: allow https as frame-src (#2468)
parent
dab0502319
commit
c55545612e
|
@ -238,6 +238,7 @@ export default defineNuxtConfig({
|
|||
'font-src': ['\'self\''],
|
||||
'form-action': ['\'none\''],
|
||||
'frame-ancestors': ['\'none\''],
|
||||
'frame-src': ['https:'],
|
||||
'img-src': ['\'self\'', 'https:', 'http:', 'data:', 'blob:'],
|
||||
'manifest-src': ['\'self\''],
|
||||
'media-src': ['\'self\'', 'https:', 'http:'],
|
||||
|
|
Loading…
Reference in New Issue