# Onebox Does Not Display - iFramely Passes

**URL:** https://meta.discourse.org/t/onebox-does-not-display-iframely-passes/116694
**Category:** Support
**Created:** [May 2, 2019, 1:49pm UTC](https://meta.discourse.org/t/onebox-does-not-display-iframely-passes/116694 "2019-05-02T13:49:51Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [May 2, 2019, 5:41pm UTC](https://meta.discourse.org/t/onebox-does-not-display-iframely-passes/116694/4 "2019-05-02T17:41:42Z")

</div>

Yes, I can reproduce that from a VPS using `curl -A "-string-"`! Can we have a setting to change the user agent? 😉

In this case that would be a lot less hassle 🙂

Oh wait, I see a file:

`discourse/config/initializers/100-onebox_options.rb`

```plaintext
require_dependency 'twitter_api'

Onebox.options = {
  twitter_client: TwitterApi,
  redirect_limit: 3,
  user_agent: "Discourse Forum Onebox v#{Discourse::VERSION::STRING}"
}

```

Take the word forum out?

I could easily add this to my plugin of course …

---

_[View the full topic](https://meta.discourse.org/t/onebox-does-not-display-iframely-passes/116694)._
