[openstreetmap/openstreetmap-website] Provide a summary view of recent diaries (PR #5103)

Tom Hughes notifications at github.com
Wed Aug 21 18:00:08 UTC 2024


Yes this starts with all entries collapsed to just their headings.

It also fails if you have CSP enforcement enabled because bootstrap is using `data:` urls for the arrow images so they don't appear unless you allow that in the controller with:

```ruby
content_security_policy(:only => :index) do |policy|
  policy.img_src(*policy.img_src, "data:")
end
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5103#issuecomment-2302660863
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5103/c2302660863 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240821/f10447fe/attachment.htm>


More information about the rails-dev mailing list