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 have recently started using crossword module, and it is working as designed. There are no issues. Thanks for the great module.
My question/requirement.
I intend to keep the crossword file contents in the node body instead of filesystem file. In what way will I need to change/adapt the code to achieve this?
Please point me to any such efforts if is done somewhere else. If not, then see if you can give me any direction so that I can start development. I do not have any limitation in development.
I have just encountered a problem which may be a small issue for some, but because of how I use images in galleries (they have to be chosen and arranged in an exact order for a grid layout), will be a big problem for me.
The media page, where image uploads are managed, has stopped showing a thumbnail for any new upload.
Use case: site where user has opportunity to attach many images through dedicated File/Image field. How many? 20+ maybe 30+. That is important!
The problem that built in core file uploader has some bugs (as in https://www.drupal.org/project/drupal/issues/3548630) and totally break down if one image is does not comply to the set requirements of width x height.
So for that I am using PLupload module, which solves that issue. It just drops image files which are outside allowed dimensions.
Does anyone here know why the CSP module might fail to apply an enforced CSP?
The Report Only CSP is applied correctly, but switching over to Enforced fails silently. Adding an enforced CSP in htaccess works as expected, so this is not critical, merely inconvenient.
I am new to CSP and it's very complicated so I don't feel that I have enough knowledge to raise an issue about it.