Skip to content

Commit

Permalink
Merge branch 'master' of github.com:experius/Magento-2-Module-Experiu…
Browse files Browse the repository at this point in the history
…s-Csp into bugfix/DOBO-262
  • Loading branch information
CsSatter committed Jun 28, 2021
2 parents 5ba2ff7 + 24fa3bd commit 62cb572
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 9 deletions.
68 changes: 64 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
## 1.3.4 (2021-06-28)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.3.4)

* [BUGFIX][DOBO-262] - Remove the config change that disables report_only in the backend on module installation *(cassatter)*


## 1.3.3 (2021-06-18)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.3.3)

* [BUGFIX][DONS-148] ACL nesting is broken since the introduction of the settings; restored this. *(Boris van Katwijk)*


## 1.3.2 (2021-06-16)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.3.2)

* [FEATURE][ARCI-143] Made notice/error bar less red. *(Boris van Katwijk)*
* [BUGFIX][DLTM2-617][ARCI-143] Configuration did not have a "tab". ACL is missing for configuration. *(Boris van Katwijk)*
* [FEATURE][ARCI-143] Add "on/off" switch (configuration setting) to toggle reporting on and off by NOT returning the reporting url csp_reporting.php when the reporting setting is disabled. Default is enabled. *(Boris van Katwijk)*


## 1.3.1 (2021-06-11)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.3.1)

* [BUGFIX] Blank screen due to erro *(florisschreuder)*


## 1.3.0 (2021-06-09)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.3.0)

* [FEATURE][DLTSM2-617] dynamically add base urls of all stores to csp list *(Derrick Heesbeen)*
* [FEATURE][DLTM2-617] Added config setting to add store urls dynamically *(Derrick Heesbeen)*


## 1.2.30 (2021-05-10)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.30)

* [FEATURE][SXLMP-327] - Expand CSP Whitelist *(cassatter)*


## 1.2.29 (2021-05-05)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.29)

* [FEATURE] Added support for local fonts. *(Hexmage)*


## 1.2.28 (2021-04-15)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.28)

* [FEATURE][NAU-712] Added new whitelisted hosts *(JobStoker)*
* [DOCS] Updated the CHANGELOG.md *(JobStoker)*


## 1.2.27 (2021-03-22)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.27)
Expand Down Expand Up @@ -86,15 +146,15 @@
* [FEATURE][SUBI-145] - Whitelisted reported scripts based on patch 2.3.5-p2 *(Ton Matton)*


## 1.2.5 (2020-08-03)
## 1.1.1 (2020-08-03)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.5)
[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.1.1)



## 1.1.1 (2020-08-03)
## 1.2.5 (2020-08-03)

[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.1.1)
[View Release]([email protected]:experius/Magento-2-Module-Experius-Csp.git/commits/tag/1.2.5)

* [TASK] Additional defaults proposal *(Derrick Heesbeen)*
* Update csp_whitelist.xml *(Derrick Heesbeen)*
Expand Down
10 changes: 5 additions & 5 deletions etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<resource id="Experius_Csp::report_delete" sortOrder="20" title="Delete Report"/>
<resource id="Experius_Csp::report_view" sortOrder="40" title="View Report"/>
</resource>
</resource>
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Experius_Csp::config_experius_csp" title="Experius Csp Reporting"/>
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Experius_Csp::config_experius_csp" title="Experius Csp Reporting"/>
</resource>
</resource>
</resource>
</resource>
Expand Down

0 comments on commit 62cb572

Please sign in to comment.