mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:58:45 +08:00
10 lines
228 B
Ruby
10 lines
228 B
Ruby
# name: csp_extension
|
|
# about: Fixture plugin that extends default CSP
|
|
# version: 1.0
|
|
# authors: xrav3nz
|
|
|
|
extend_content_security_policy(
|
|
script_src: ['https://from-plugin.com'],
|
|
object_src: ['https://test-stripping.com']
|
|
)
|