Closed coresh closed 4 years ago
Thanks, @coresh!
I've pushed more changes to your branch:
block-all-mixed-content
require-sri-for
trusted-types
upgrade-insecure-requests
as here we can have directives without values.
Added tests for new directives, so now all changes introduced here are covered.
I am going to release it with 2.11.0
Great:
Thank you
FIx of the exception notice
Not getting an Error, but a Notice. This is caused because the $token doesn't contain " " anywhere in the string so it contains only one element in array.list() is used to assign a list of variables in one operation. list contains 2 elements but as from data returned by explode, there is only one data. So it throws a notice. A way to overcome that is to use array_pad() method.
The real app provides with the:
Magento Community v2.3.3 -> scenario -> opening a page after:
and deployment
Details:
[x] Are you fixing a bug?
master
branch, and submit against that branch.CHANGELOG.md
entry for the fix.[ ] Are you creating a new feature?
develop
branch, and submit against that branch.CHANGELOG.md
entry for the new feature.[ ] Is this related to quality assurance?
[ ] Is this related to documentation?