mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:18:09 +08:00
DEV: Apply syntax_tree formatting to spec/*
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
# authors: xrav3nz
|
||||
|
||||
extend_content_security_policy(
|
||||
script_src: ['https://from-plugin.com', '/local/path'],
|
||||
object_src: ['https://test-stripping.com'],
|
||||
frame_ancestors: ['https://frame-ancestors-plugin.ext'],
|
||||
manifest_src: ['https://manifest-src.com']
|
||||
script_src: %w[https://from-plugin.com /local/path],
|
||||
object_src: ["https://test-stripping.com"],
|
||||
frame_ancestors: ["https://frame-ancestors-plugin.ext"],
|
||||
manifest_src: ["https://manifest-src.com"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user