Skip to content

Commit 2e7108c

Browse files
committed
add permission policy & bump version
1 parent c205457 commit 2e7108c

7 files changed

Lines changed: 18 additions & 18 deletions

httpheader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.9" type="plugin" group="system" method="upgrade">
33
<name>plg_system_httpheader</name>
4-
<creationDate>24.03.2020</creationDate>
4+
<creationDate>26.08.2020</creationDate>
55
<author>Tobias Zulauf</author>
66
<copyright>(C) 2017 - 2020 Tobias Zulauf All rights reserved.</copyright>
77
<authorUrl>https://www.jah-tz.de</authorUrl>
8-
<version>1.0.12</version>
8+
<version>1.0.13</version>
99
<license>GNU/GPL Version 2 or later</license>
1010
<description>PLG_SYSTEM_HTTPHEADER_XML_DESCRIPTION</description>
1111
<scriptfile>script.php</scriptfile>

language/de-DE/de-DE.plg_system_httpheader.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COM_PLUGINS_CSP_FIELDSET_LABEL="Content-Security-Policy (CSP)"
55
COM_PLUGINS_HSTS_FIELDSET_LABEL="Strict-Transport-Security (HSTS)"
66
PLG_SYSTEM_HTTPHEADER="System - HttpHeader"
77
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER="Statische HTTP Header definieren"
8-
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Über diese Option können allen unterstützten HTTP Headern auch eigene Werte zugewiesen werden, die Werte hier überschreiben alle vorherigen Konfigurationen!. Die unterstützen HTTP Header sind: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li></ul>"
8+
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Über diese Option können allen unterstützten HTTP Headern auch eigene Werte zugewiesen werden, die Werte hier überschreiben alle vorherigen Konfigurationen!. Die unterstützen HTTP Header sind: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li><li>Permission-Policy</li></ul>"
99
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_KEY="HTTP Header"
1010
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_VALUE="HTTP Header Wert"
1111
PLG_SYSTEM_HTTPHEADER_CONTENTSECURITYPOLICY="<a href='https://scotthelme.co.uk/content-security-policy-an-introduction' target='_blank' rel='noopener noreferrer'>Content Security Policy (CSP)</a>"
@@ -49,4 +49,4 @@ PLG_SYSTEM_HTTPHEADER_XFRAMEOPTIONS="<a href='https://scotthelme.co.uk/hardening
4949
PLG_SYSTEM_HTTPHEADER_XFRAMEOPTIONS_DESC="Diese Option setzt den 'X-Frame-Options' Header mit dem Wert 'SAMEORIGIN' und sollte die Content-Security-Policy automatisch vom Plugin generiert werden wird zusätzlich die directive 'frame-ancestors' auf den Wert 'self' gesetzt."
5050
PLG_SYSTEM_HTTPHEADER_XML_DESCRIPTION="Dieses Plugin kann Security HTTP Header setzen"
5151
PLG_SYSTEM_HTTPHEADER_XXSSPROTECTION="<a href='https://scotthelme.co.uk/hardening-your-http-response-headers/#x-xss-protection' target='_blank' rel='noopener noreferrer'>X-XSS-Protection</a>"
52-
PLG_SYSTEM_HTTPHEADER_XXSSPROTECTION_DESC="Diese Option setzt den 'X-XSS-Protection' Header mit dem Wert '1; mode=block'"
52+
PLG_SYSTEM_HTTPHEADER_XXSSPROTECTION_DESC="Diese Option setzt den 'X-XSS-Protection' Header mit dem Wert '1; mode=block'"

language/en-GB/en-GB.plg_system_httpheader.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COM_PLUGINS_CSP_FIELDSET_LABEL="Content-Security-Policy (CSP)"
55
COM_PLUGINS_HSTS_FIELDSET_LABEL="Strict-Transport-Security (HSTS)"
66
PLG_SYSTEM_HTTPHEADER="System - HTTPHeaders"
77
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER="Force HTTP Headers"
8-
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Using this you can set different values from the default ones and also force headers. The supported headers are: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li></ul>"
8+
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Using this you can set different values from the default ones and also force headers. The supported headers are: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li><li>Permission-Policy</li></ul>"
99
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_KEY="HTTP Header"
1010
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_VALUE="HTTP Header Value"
1111
PLG_SYSTEM_HTTPHEADER_CONTENTSECURITYPOLICY="<a href='https://scotthelme.co.uk/content-security-policy-an-introduction' target='_blank' rel='noopener noreferrer'>Content Security Policy (CSP)</a>"
@@ -45,4 +45,4 @@ PLG_SYSTEM_HTTPHEADER_REFERRERPOLICY_UNSAFE_URL="unsafe-url"
4545
PLG_SYSTEM_HTTPHEADER_XCONTENTTYPEOPTIONS="<a href='https://scotthelme.co.uk/hardening-your-http-response-headers/#x-content-type-options' target='_blank' rel='noopener noreferrer'>X-Content-Type-Options</a>"
4646
PLG_SYSTEM_HTTPHEADER_XFRAMEOPTIONS="<a href='https://scotthelme.co.uk/hardening-your-http-response-headers/#x-frame-options' target='_blank' rel='noopener noreferrer'>X-Frame-Options</a>"
4747
PLG_SYSTEM_HTTPHEADER_XML_DESCRIPTION="This Plugin helps you to set the HTTP Security Headers."
48-
PLG_SYSTEM_HTTPHEADER_XXSSPROTECTION="<a href='https://scotthelme.co.uk/hardening-your-http-response-headers/#x-xss-protection' target='_blank' rel='noopener noreferrer'>X-XSS-Protection</a>"
48+
PLG_SYSTEM_HTTPHEADER_XXSSPROTECTION="<a href='https://scotthelme.co.uk/hardening-your-http-response-headers/#x-xss-protection' target='_blank' rel='noopener noreferrer'>X-XSS-Protection</a>"

language/fr-FR/fr-FR.plg_system_httpheader.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COM_PLUGINS_HSTS_FIELDSET_LABEL="Strict Transport Security (HSTS)"
77
COM_PLUGINS_CSP_FIELDSET_LABEL="Content Security Policy (CSP)"
88
PLG_SYSTEM_HTTPHEADER="Système - En-têtes HTTP"
99
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER="Forcer les en-têtes HTTP"
10-
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Vous pouvez ainsi définir des valeurs différentes des valeurs par défaut et forcer les en-têtes. Les en-têtes supportés sont : <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li></ul>"
10+
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Vous pouvez ainsi définir des valeurs différentes des valeurs par défaut et forcer les en-têtes. Les en-têtes supportés sont : <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li><li>Permission-Policy</li></ul>"
1111
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_KEY="En-tête HTTP"
1212
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_VALUE="Valeur de l'en-tête HTTP"
1313
PLG_SYSTEM_HTTPHEADER_CONTENTSECURITYPOLICY="<a href='https://scotthelme.co.uk/content-security-policy-an-introduction' target='_blank' rel='noopener noreferrer'>Politique de sécurité du contenu (CSP)</a>"

language/it-IT/it-IT.plg_system_httpheader.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COM_PLUGINS_HSTS_FIELDSET_LABEL="Strict-Transport-Security (HSTS)"
66
COM_PLUGINS_CSP_FIELDSET_LABEL="Content-Security-Policy (CSP)"
77
PLG_SYSTEM_HTTPHEADER="System - HTTPHeaders"
88
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER="Forza Header HTTP"
9-
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Utilizzando quest'opzione puoi impostare valori differenti da quelli predefiniti e forzare gli header. Gli header supportati sono: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li></ul>"
9+
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Utilizzando quest'opzione puoi impostare valori differenti da quelli predefiniti e forzare gli header. Gli header supportati sono: <br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li><li>Permission-Policy</li></ul>"
1010
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_KEY="Header HTTP"
1111
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_VALUE="Valore Header HTTP"
1212
PLG_SYSTEM_HTTPHEADER_CONTENTSECURITYPOLICY="<a href='https://scotthelme.co.uk/content-security-policy-an-introduction' target='_blank' rel='noopener noreferrer'>Content Security Policy (CSP)</a>"

language/nl-NL/nl-NL.plg_system_httpheader.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COM_PLUGINS_HSTS_FIELDSET_LABEL="Strict-Transport-Security (HSTS)"
66
COM_PLUGINS_CSP_FIELDSET_LABEL="Content-Security-Policy (CSP)"
77
PLG_SYSTEM_HTTPHEADER="Systeem - HTTPHeaders"
88
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER="HTTP Headers forceren"
9-
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Hiermee kunt u andere waarden instellen dan de standaardwaarden en ook HTTP Headers forceren. De ondersteunde Headers zijn:<br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li></ul>"
9+
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_DESC="Hiermee kunt u andere waarden instellen dan de standaardwaarden en ook HTTP Headers forceren. De ondersteunde Headers zijn:<br><ul><li>Strict-Transport-Security</li><li>Content-Security-Policy</li><li>Content-Security-Policy-Report-Only</li><li>X-Frame-Options</li><li>X-XSS-Protection</li><li>X-Content-Type-Options</li><li>Referrer-Policy</li><li>Expect-CT</li><li>Feature-Policy</li><li>Permission-Policy</li></ul>"
1010
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_KEY="HTTP Header"
1111
PLG_SYSTEM_HTTPHEADER_ADDITIONAL_HEADER_VALUE="HTTP Header waarde"
1212
PLG_SYSTEM_HTTPHEADER_CONTENTSECURITYPOLICY="<a href='https://scotthelme.co.uk/content-security-policy-an-introduction' target='_blank' rel='noopener noreferrer'>Content Security Policy (CSP)</a>"

update.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" ?>
22
<updates>
33
<update>
4-
<name>HttpHeader 1.0.12</name>
4+
<name>HttpHeader 1.0.13</name>
55
<description>HttpHeader Plugin</description>
66
<element>httpheader</element>
77
<type>plugin</type>
88
<folder>system</folder>
99
<client>site</client>
10-
<version>1.0.12</version>
10+
<version>1.0.13</version>
1111
<infourl title="HttpHeader Plugin">https://github.com/zero-24/plg_system_httpheader</infourl>
1212
<downloads>
13-
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.12/plg_system_httpheader.zip</downloadurl>
13+
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.13/plg_system_httpheader.zip</downloadurl>
1414
</downloads>
15-
<sha512>499aa7897a9640e5491d51375360d8267d659a6a4f3e5148bf7a06af7d57715aa9ac4c1ddadb2f197e0e9e230bcecd5be16ed6d0110a5962b43c3a0155ac4473</sha512>
15+
<sha512>b2e3127dcb821a6b65bfc282685513ed4c6d87ec424b7350b709e53831fda090275116ee62b2fb9cef585df63b1924c622f1ab32d2745006afeaa107af9f1de7</sha512>
1616
<tags>
1717
<tag>stable</tag>
1818
</tags>
@@ -22,24 +22,24 @@
2222
<targetplatform name="joomla" version="3.([89]|10)"/>
2323
</update>
2424
<update>
25-
<name>HttpHeader 1.0.12</name>
25+
<name>HttpHeader 1.0.13</name>
2626
<description>HttpHeader Plugin</description>
2727
<element>httpheader</element>
2828
<type>plugin</type>
2929
<folder>system</folder>
3030
<client>site</client>
31-
<version>1.0.12</version>
31+
<version>1.0.13</version>
3232
<infourl title="HttpHeader Plugin">https://github.com/zero-24/plg_system_httpheader</infourl>
3333
<downloads>
34-
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.12/plg_system_httpheader.zip</downloadurl>
34+
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.13/plg_system_httpheader.zip</downloadurl>
3535
</downloads>
36-
<sha512>499aa7897a9640e5491d51375360d8267d659a6a4f3e5148bf7a06af7d57715aa9ac4c1ddadb2f197e0e9e230bcecd5be16ed6d0110a5962b43c3a0155ac4473</sha512>
36+
<sha512>b2e3127dcb821a6b65bfc282685513ed4c6d87ec424b7350b709e53831fda090275116ee62b2fb9cef585df63b1924c622f1ab32d2745006afeaa107af9f1de7</sha512>
3737
<tags>
3838
<tag>stable</tag>
3939
</tags>
4040
<maintainer>Tobias Zulauf</maintainer>
4141
<maintainerurl>https://www.jah-tz.de</maintainerurl>
42-
<php_minimum>7.0.0</php_minimum>
42+
<php_minimum>7.2.5</php_minimum>
4343
<targetplatform name="joomla" version="4.0"/>
4444
</update>
4545
</updates>

0 commit comments

Comments
 (0)