# Discourse refused to load with CSP policy error after rebuild

**URL:** https://meta.discourse.org/t/discourse-refused-to-load-with-csp-policy-error-after-rebuild/117142
**Category:** Support
**Created:** [5월 8, 2019, 1:40오전 UTC](https://meta.discourse.org/t/discourse-refused-to-load-with-csp-policy-error-after-rebuild/117142 "2019-05-08T01:40:03Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [5월 8, 2019, 4:13오전 UTC](https://meta.discourse.org/t/discourse-refused-to-load-with-csp-policy-error-after-rebuild/117142/4 "2019-05-08T04:13:34Z")

</div>

CSP is now on by default, but for some reason, your instance isn’t working right. You can disable CSP temporarily by:

```plaintext
./launcher enter app
rails c

```

and then in the rails console

```plaintext
SiteSetting.content_security_policy = false

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-refused-to-load-with-csp-policy-error-after-rebuild/117142)._
