Feature Policy

0

As noted on the Google Developers blog: Feature Policy allows web developers to selectively enable, disable, and modify the behavior of certain APIs and web features in the browser. It

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

As noted on the Google Developers blog:

Feature Policy allows web developers to selectively enable, disable, and modify the behavior of certain APIs and web features in the browser. It’s like CSP but instead of controlling security, it controls features!

The feature policies themselves are little opt-in agreements between developer and browser that can help foster our goals of building (and maintaining) high quality web apps.

This plugin provides an API for sending the Feature-Policy response headers, as well as an admin interface for deciding which policy to apply for each feature.

As the Feature Policy specification is still evolving and at an early stage, the plugin reflects that and is currently an experimental prototype, to demonstrate how Feature Policy can be used in WordPress.

Did you know?

The Feature Policy specification will integrate with the new Reporting API specification. There is a WordPress plugin for that specification as well.