@webbio/strapi-plugin-userback

1.0.0 • Public • Published

Strapi plugin Userback

This Strapi plugin enables Userback feedback widget on your Strapi admin panel.

Plugin Config

To enable this plugin. Add it to plugins.ts

userback: {
  enabled: true,
  config: PluginConfig
}

Config type:

type PluginConfig = {
	token?: string; // Secret token for the plugin
};

Important

  • To make the script work correctly, make sure you add the 'https://api.userback.io' and 'https://static.userback.io' script-src directives to your middlewares strapi::security config. Example:
export default ({ env }) => [
	// ...
	{
		name: 'strapi::security',
		config: {
			contentSecurityPolicy: {
				// ...
				directives: {
					// ...
					'script-src': [
						// ...
						'https://api.userback.io', 'https://static.userback.io'
						// ...
					],
					// ...
					upgradeInsecureRequests: null
				}
			}
		}
	}
	// ...
];

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.051latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.051
0.2.054
0.1.038
0.0.228
0.0.12

Package Sidebar

Install

npm i @webbio/strapi-plugin-userback

Weekly Downloads

173

Version

1.0.0

License

MIT

Unpacked Size

139 kB

Total Files

72

Last publish

Collaborators

  • fred-webbio
  • smdehaas
  • jaapwebbio
  • rowanpaul
  • mikewebbio
  • hayedewit
  • tomwebbio
  • maikelm
  • joerismits
  • martijn-webbio