Merge branch 'next-minor' into develop
This commit is contained in:
commit
cd16f29c39
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Ignore invalid URLs for camo [#7922](https://github.com/diaspora/diaspora/pull/7922)
|
* Ignore invalid URLs for camo [#7922](https://github.com/diaspora/diaspora/pull/7922)
|
||||||
* Unlinking a post did not update the participation icon without a reload [#7882](https://github.com/diaspora/diaspora/pull/7882)
|
* Unlinking a post did not update the participation icon without a reload [#7882](https://github.com/diaspora/diaspora/pull/7882)
|
||||||
|
* Fix broken Instagram embedding [#7920](https://github.com/diaspora/diaspora/pull/7920)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Add the ability to assign roles in the admin panel [#7868](https://github.com/diaspora/diaspora/pull/7868)
|
* Add the ability to assign roles in the admin panel [#7868](https://github.com/diaspora/diaspora/pull/7868)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ SecureHeaders::Configuration.default do |config|
|
||||||
img_src: %w['self' data: blob: *],
|
img_src: %w['self' data: blob: *],
|
||||||
media_src: %w[https:],
|
media_src: %w[https:],
|
||||||
script_src: %w['self' blob: 'unsafe-eval' platform.twitter.com cdn.syndication.twimg.com widgets.flickr.com
|
script_src: %w['self' blob: 'unsafe-eval' platform.twitter.com cdn.syndication.twimg.com widgets.flickr.com
|
||||||
embedr.flickr.com platform.instagram.com 'unsafe-inline'],
|
embedr.flickr.com www.instagram.com 'unsafe-inline'],
|
||||||
style_src: %w['self' 'unsafe-inline' platform.twitter.com *.twimg.com]
|
style_src: %w['self' 'unsafe-inline' platform.twitter.com *.twimg.com]
|
||||||
}
|
}
|
||||||
# rubocop:enable Lint/PercentStringArray
|
# rubocop:enable Lint/PercentStringArray
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue