Skip to content

Commit

Permalink
Merge pull request #417 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
chuccv authored Aug 19, 2024
2 parents 76b759a + 83f0f01 commit 3278b49
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.5.7"
},
"type": "magento2-module",
"version": "4.7.12",
"version": "4.7.13",
"license": "proprietary",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</field>
<field id="app_id" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<label>App ID</label>
<comment><![CDATA[Create API key <a href="https://app.avada.io/manage/keys" target="_blank">here</a>.]]></comment>
<comment><![CDATA[Create API key <a href="https://app.avada.io/integration" target="_blank">here</a>.]]></comment>
<depends>
<field id="email_marketing/general/enabled">1</field>
</depends>
Expand Down
15 changes: 15 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
<value id="avada" type="host">*.avada.io</value>
</values>
</policy>
<policy id="style-src">
<values>
<value id="fonts_bunny" type="host">https://fonts.bunny.net</value>
</values>
</policy>
<policy id="font-src">
<values>
<value id="fonts_bunny" type="host">https://fonts.bunny.net</value>
</values>
</policy>
<policy id="img-src">
<values>
<value id="firebase-storage" type="host">https://firebasestorage.googleapis.com</value>
</values>
</policy>
</policies>
</csp_whitelist>

0 comments on commit 3278b49

Please sign in to comment.