I have a field that should be wrapped in <pre>-tags, regardless of theme. I imagine this should be a simple thing to do, but where do I do it? (Drupal 7)
I believe that Drupal 7 requirements suggest that Drupal 7 is compatible with MariaDB: "Drupal 7 supports MySQL 5.0.15/MySQL 5.1.30/MariaDB 5.1.44/Percona Server 5.1.70 or higher" - but....
I recently migrated a server from CentOS 6 to CentOS 7. With this migration, the hosting company said the default db is now MariaDB (it was MySQL on the old server).
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.