We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d4973 commit c717893Copy full SHA for c717893
1 file changed
app/src/main/java/me/ash/reader/ui/component/webview/WebViewLayout.kt
@@ -30,13 +30,10 @@ object WebViewLayout {
30
ReadingFontsPreference.SansSerif -> "sans-serif"
31
ReadingFontsPreference.Serif -> "serif"
32
ReadingFontsPreference.GoogleSans -> {
33
- allowFileAccess = true
34
- allowFileAccessFromFileURLs = true
35
"sans-serif"
36
}
37
ReadingFontsPreference.External -> {
38
allowFileAccess = true
39
40
41
42
0 commit comments