GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
88 stars 21 forks source link

Background Image Problem on Windows Server #1401

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

Description In core_template_styles.php the esc_url_raw() escape method is causing problems with absolute paths on Windows.

Use esc_attr() when using a path instead of esc_raw_url().