Skip to content

Commit

Permalink
Update the list of safe extensions (#157)
Browse files Browse the repository at this point in the history
Add mp4 and High Efficiency Image File Format (HEIF) extensions to the safe list

Thanks to forum user MrProgrammer for the suggestion!

(cherry picked from commit 82b311e)
  • Loading branch information
ardovm committed Oct 19, 2022
1 parent 2af4541 commit 5f74144
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion main/officecfg/registry/data/org/openoffice/Office/Security.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
</node>
<node oor:name="m49" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>pcx</value>
<value>heif</value>
</prop>
</node>
<node oor:name="m50" oor:op="replace">
Expand Down Expand Up @@ -764,6 +764,46 @@
<value>m4a</value>
</prop>
</node>
<node oor:name="m149" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>mp4</value>
</prop>
</node>
<node oor:name="m150" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>heifs</value>
</prop>
</node>
<node oor:name="m151" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>heic</value>
</prop>
</node>
<node oor:name="m152" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>heics</value>
</prop>
</node>
<node oor:name="m153" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>avci</value>
</prop>
</node>
<node oor:name="m154" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>avcs</value>
</prop>
</node>
<node oor:name="m155" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>avif</value>
</prop>
</node>
<node oor:name="m156" oor:op="replace">
<prop oor:name="Extension" oor:type="xs:string">
<value>avifs</value>
</prop>
</node>
</node>
<node oor:name="Hyperlinks">
<prop oor:name="Open" oor:type="xs:int">
Expand Down

0 comments on commit 5f74144

Please sign in to comment.