Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am using Drupal 8.2.x and have a specific requirement to display "Last Editor" column on /admin/content page of Drupal admin section. There is by default "Author" column available but does not provide idea about who last changed the page. Basically it is adding a column to the default content admin page.
Let's say I have a blog with several authors/users who publish articles and, when the user clicks on the author, I want to display all articles from that author (without using views nor taxonomy. Or do I need to use taxonomy?).
As I like hardening/securing my drupal 8 setups I added a rather lengthy Content Security Policy header to my website. Everything works, most embedded stuff comes from the server itself, ´reporting url ist up and running externally. So far so good.
But the logged in admin has some more scripts and data embeds I won't like to allow for every one. My though was disabling the CSP header at all for the admin, or at least rewrite it with something broader with more allowed stuff.
So I'm having an issue where I can't place blocks in my custom theme. I just updated to 8.2.1 this morning, but have never been able to print the blocks. It's a brand new install of D8.