I used to use Link Checker to identify broken links on D7 sites. There isn't a stable version of this module for D8, and I'm having trouble finding a replacement. Since finding dead links seems like a pretty common task, I'm wondering if the lack of options is pointing to the possibility that there is a widespread preference for using web-based tools, or if I'm simply missing something. How are people scanning their D8 instances for broken links?
In my E-commerce website, cart page is submitting a serialized object in a request parameter. Particularly, quantity of the items can be tampered. Please suggest some solutions to avoid vulnerabilities arise from the use of serialized objects is not to pass these in request parameters, or expose them in any other way to the clients.
In the last few months I have been involved in a personal project to dump information about my family and my wife's family into a site made with drupal.
I have looked at countless modules and initiatives, obviously in drupal, for fun :), but all are mostly outdated, and although there are proposals in other technologies, even free, I prefer to do it in drupal.
I have more or less thought about the subject, but I can't find a solution that satisfies me for the most important section: relationships.
I have a quick question around the global: custom text in views
I have a global: custom text in views that I'm using to rewrite some values and I want to hide one of my fields only if the value matches the {{ raw_arguments.nid }} (This is my contextual filter criteria too)
Is this kind of thing possible in views, or is the only way to do this through a custom theme/module