Created
May 5, 2016 12:49
-
-
Save AlekseyKorzun/e5da089896785716421649b4f1bd8a90 to your computer and use it in GitHub Desktop.
Policy update to secure ImageMagik
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE policymap [ | |
<!ELEMENT policymap (policy)+> | |
<!ELEMENT policy (#PCDATA)> | |
<!ATTLIST policy domain (delegate|coder|filter|path|resource) #IMPLIED> | |
<!ATTLIST policy name CDATA #IMPLIED> | |
<!ATTLIST policy rights CDATA #IMPLIED> | |
<!ATTLIST policy pattern CDATA #IMPLIED> | |
<!ATTLIST policy value CDATA #IMPLIED> | |
]> | |
<policymap> | |
<policy domain="coder" rights="none" pattern="EPHEMERAL" /> | |
<policy domain="coder" rights="none" pattern="HTTPS" /> | |
<policy domain="coder" rights="none" pattern="MVG" /> | |
<policy domain="coder" rights="none" pattern="MSL" /> | |
<policy domain="coder" rights="none" pattern="TEXT" /> | |
<policy domain="path" rights="none" pattern="@*" /> | |
</policymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Secure Nginx + PHP-FPM based instance(s):
Secure Apache based instance(s):
Secure CPanel based instance(s):
Secure custom instance(s):