Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record button is missing #26

Open
darrenmulligan opened this issue Feb 13, 2020 · 6 comments · May be fixed by #29
Open

Record button is missing #26

darrenmulligan opened this issue Feb 13, 2020 · 6 comments · May be fixed by #29

Comments

@darrenmulligan
Copy link

Hi myself and another developer added your gem but the record button isnt present, wondering is this a known issue?, Thansks.

@snkrheadz
Copy link

@darrenmulligan Hi, I had same issue on a rails app.
In my case, the rails application I work for work was not inserting heavens door elements to html document because of customizing content security policy on content security policy initializer.

FYI: https://github.com/amatsuda/heavens_door/blob/master/lib/heavens_door/middleware.rb#L12-L14

After I fixed that on a rails app, heavens door worked perfectly.
I hope it might help your app!

@scarroll32
Copy link

@akinrt

After I fixed that on a rails app, heavens door worked perfectly.

What did you need to change?

@scarroll32
Copy link

@amatsuda @darrenmulligan I'm having the same issue but don't understand how to fix it. Looks like a great gem ... any pointers would be appreciated!

@scarroll32
Copy link

scarroll32 commented Jan 16, 2021

@scarroll32
Copy link

@scarroll32
Copy link

The solution to this problem is to add this line to ApplicationController:

content_security_policy false

Ensure it is not committed and pushed to production! Doing so will open you app up to attack.

@scarroll32 scarroll32 linked a pull request Aug 15, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants