-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
@darrenmulligan Hi, I had same issue on a rails app. After I fixed that on a rails app, heavens door worked perfectly. |
@akinrt
What did you need to change? |
@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! |
Cross-posted on Stack Overflow https://stackoverflow.com/questions/65799368/permitting-an-unsafe-script-in-a-rails-development-environment |
The solution to this problem is to add this line to content_security_policy false Ensure it is not committed and pushed to production! Doing so will open you app up to attack. |
Hi myself and another developer added your gem but the record button isnt present, wondering is this a known issue?, Thansks.
The text was updated successfully, but these errors were encountered: