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

Bug fix & ability to override content when drafting a post #253

Closed gdeglin closed 3 years ago

gdeglin commented 4 years ago
  1. Adds index.html file with noindex directives.

By default, Apache webservers have directory listing enabled.

Since we have a path to one of these directories in the javascript code for the plugin, these directories end up getting indexed by google search or other crawlers.

These index files will override any directory listing behavior of Apache, and then the meta tag for noindex will prevent these files themselves from getting indexed by web crawlers.

  1. Adds support for overriding the content and heading of a post.

This change is Reviewable