]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/file_provider_paths.xml
Restrict the File Provider to a subfolder of the cache directory. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / file_provider_paths.xml
index d3af1279b47c276c6fff0705c93f48fc89ae3cfc..d37866041152c96665972fe811fe8905743eea09 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2018,2021-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2018,2021-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -21,5 +21,5 @@
 <paths>
     <cache-path
         name="private-cache-directory"
-        path="." />
-</paths>
\ No newline at end of file
+        path="file_provider" />
+</paths>