This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/models
Kyle Zhao 488fba3c5f FEATURE: allow plugins and themes to extend the default CSP (#6704)
* FEATURE: allow plugins and themes to extend the default CSP

For plugins:

```
extend_content_security_policy(
  script_src: ['https://domain.com/script.js', 'https://your-cdn.com/'],
  style_src: ['https://domain.com/style.css']
)
```

For themes and components:

```
extend_content_security_policy:
  type: list
  default: "script_src:https://domain.com/|style_src:https://domain.com"
```

* clear CSP base url before each test

we have a test that stubs `Rails.env.development?` to true

* Only allow extending directives that core includes, for now
2018-11-30 09:51:45 -05:00
..
2017-07-28 10:20:09 +09:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2017-07-28 10:20:09 +09:00
2018-02-20 14:28:58 +08:00
2018-07-06 17:16:40 -05:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-04-02 13:52:51 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-24 15:49:55 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-05-09 07:52:45 +08:00
2018-11-14 17:32:32 +08:00
2018-08-23 09:44:15 +02:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-03-16 22:55:42 +01:00
2018-07-16 14:19:07 +08:00
2018-06-07 13:28:18 +08:00
2018-11-29 15:28:45 -05:00
2018-06-20 18:03:27 +10:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-11-07 11:11:19 +08:00
2018-07-16 14:19:07 +08:00
2018-11-07 11:11:19 +08:00
2018-10-08 18:01:21 +02:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00