Posts

Beaver Builder Vulnerabilities – Visibility and Conditional Logic (CVE-2021-42748 & CVE-2021-42749)

Bottom line up front I discovered two sensitive information disclosure vulnerabilities that affect Beaver Builder's element visibility and Beaver Themer's conditional logic controls. These vulnerabilities ...

Examples of Apache 2.4 .htaccess Directives

The Apache web server uses .htaccess files to give it additional instructions for within a folder and its sub directories. .htaccess files can be used ...

Sharing Login Cookies Among WordPress Installs

I wanted to have two separate WordPress installs and have both utilize the same user database. I also wanted both sites to share the same ...

Chrome Extension: Content Filter

I've developed & published my first Chrome Extension! Content Filter! The basic concept is that it censors text based on categories that the user selects (Adult content, profanity, ...

jQuery UI Dialog Buttons & Font Awesome

Icon based user interfaces are very popular, but if you are using the jQuery UI Dialog, you know there isn't an option to use icons ...

HTML Selects & jQuery

There are many posts on Stack Overflow on how to SET a HTML select's selected option using jQuery. Many of the answers say that you should ...