mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 12:53:44 +08:00
9 lines
182 B
Ruby
9 lines
182 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']
|
||
|
)
|