From 44ae573414a41e29655c292cbe37e3bf2ac02dad Mon Sep 17 00:00:00 2001 From: SoftwareRat <40393784+SoftwareRat@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:48:31 +0000 Subject: [PATCH] Fixed mistype Policy name is PDFjs instead of PSFjs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b5b09..bd3f58a 100644 --- a/README.md +++ b/README.md @@ -3738,7 +3738,7 @@ Value (string): ``` { "policies": { - "PSFjs": { + "PDFjs": { "Enabled": true | false, "EnablePermissions": true | false } @@ -5544,4 +5544,4 @@ Value (string): "WindowsSSO": true | false } } -``` \ No newline at end of file +``` -- 2.34.1