This release updates the config for dompdf/dompdf v3.1.0 which contains the. following breaking URL:
Breaking Change
This release adds the "data://" scheme to the protocol validation rules. Installations that explicitly define the allowed protocols but do not include the "data://" protocol will no longer render data-URIs. This is a change from previous versions, where data-URIs were not processed through the validated rules. Installations that use the default validation rules included with Dompdf should see no impact.
The update for laravel-dompdf adds this to the default config, but if you have published the config, you need to add the data://
scheme.
What's Changed
New Contributors
Full Changelog: v3.0.1...v3.1.0