OneSignal / OneSignal-WordPress-Plugin

OneSignal is a free push notification service for web and mobile apps. This plugin makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
78 stars 42 forks source link

Fix/sanitize custom notification fields #283

Closed rgomezp closed 2 years ago

rgomezp commented 2 years ago

Includes non-critical minor improvements to the custom OneSignal notifications tool. It is best Wordpress practice is to apply escaping/sanitization methods to the data twice (prior to saving to a database and again when taking it out).

Changes to be included in 2.2.3 Release.


This change is Reviewable