All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Don’t fail strict integrator CSP rules. Previously, we inlined some <style>
tags which would fail for a rule set like
default-src 'self';
. To ensure we don’t reintroduce — strict CSP headers are now added to all test documents.
- Changed “root” detection to something other than the “id” attribute.
- Initial interface for
1.x
is locked down.