
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
strapi-plugin-plausible
Advanced tools
A plugin for Strapi that embeds Plausible analytics dashboards.
Currently only Strapi v4 is supported.
With npm
npm install strapi-plugin-plausible
With yarn
yarn add strapi-plugin-plausible
In the config/plugins.js file add:
module.exports = ({ env }) => ({
// ...other plugins
plausible: {
config: {
sharedLink: env("PLAUSIBLE_SHARED_LINK")
}
}
})
You can create a shared link in Plausible by going to Site settings › Visibility. It looks something like this:
https://plausible.io/share/example.com?auth=abc123
☝️ Make sure not to enable password protection for this link
☝️ If you're using the strapi::security middleware with CSP enabled, make sure
to allow plausible.io as a frame-src. Your config/middlewares.js should look something like:
{
name: "strapi::security",
config: {
contentSecurityPolicy: {
useDefaults: true,
directives: {
"frame-src": ["https://plausible.io"],
...
For Strapi documentation, please go to the official Strapi documentation.
For questions and issues with this plugin use one of the following channels:
Made in Utrecht by Devtastic 👨💻🌱🇪🇺.
FAQs
Add your Plausible analytics dashboard to Strapi.
The npm package strapi-plugin-plausible receives a total of 58 weekly downloads. As such, strapi-plugin-plausible popularity was classified as not popular.
We found that strapi-plugin-plausible demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.