wikimedia-wordpress-security-plugin

Plugin for use implementing security enhancements to the Wikimedia Foundation's sites hosted on WordPress VIP.

GPL-2.0 License

Stars
2
wikimedia-wordpress-security-plugin - v1.1.1 Latest Release

Published by kadamwhite 5 months ago

What's Changed

wikimedia-wordpress-security-plugin - v1.1.0

Published by kadamwhite 6 months ago

What's Changed

  • 1.1.0 updates by @kadamwhite in https://github.com/wikimedia/wikimedia-wordpress-security-plugin/pull/17
    • Fix a typo in the README sample code which prevented it from working out of the box
    • Fix a bug where a colon would be stripped out of URLs containing ports (fixes WIKI-965)
    • Allow injection of valid keyword source strings like 'strict-dynamic' using this plugin
    • Allow configuration of worker-src directives using this plugin
    • Permit blob: URLs for use in worker-src directive (supports Report plugin)
    • Remove web-project-specific environment URLs (fixes #13)
    • Alter how 'self' directive is added to the directive array to permit it to be filtered later if needed
    • Only allow insecure http: and ws: schemes in local environments
    • Set object-src 'none' as recommended by MDN
    • Allow *.wikimedia.org in connect-src by default to permit first-party instrumentation

Full Changelog: https://github.com/wikimedia/wikimedia-wordpress-security-plugin/compare/v1.0.0...v1.1.0

wikimedia-wordpress-security-plugin - v1.0: Initial release

Published by kadamwhite 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/wikimedia/wikimedia-wordpress-security-plugin/commits/v1.0.0

Related Projects