]> git.p6c8.net - policy-templates.git/commitdiff
Fix some stray commas
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 11 May 2026 12:35:15 +0000 (08:35 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 11 May 2026 12:35:15 +0000 (08:35 -0400)
docs/index.md

index 9ad7e8e03782c717b7652828c2da27123a37595a..e5dfe9a3f1bc1bda5d5035995f4ce2a54ea85fbc 100644 (file)
@@ -1842,7 +1842,7 @@ Value (string):
       "IsPerUser": true | false,
       "PipePathName": "pipe_custom_name",
       "ShowBlockedResult": true | false,
       "IsPerUser": true | false,
       "PipePathName": "pipe_custom_name",
       "ShowBlockedResult": true | false,
-      "TimeoutResult": 0 | 1 | 2,
+      "TimeoutResult": 0 | 1 | 2
     }
   }
 }
     }
   }
 }
@@ -1983,7 +1983,7 @@ Value (string):
       "Block": ["http://example.edu/"],
       "Locked": true | false,
       "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
       "Block": ["http://example.edu/"],
       "Locked": true | false,
       "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
-      "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
+      "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
     }
   }
 }
     }
   }
 }
@@ -2174,7 +2174,7 @@ Value (string):
 {
   "policies": {
     "DisabledCiphers": {
 {
   "policies": {
     "DisabledCiphers": {
-      "CIPHER_NAME": true | false,
+      "CIPHER_NAME": true | false
     }
   }
 }
     }
   }
 }
@@ -3155,7 +3155,7 @@ Value (string):
       "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
       "Locked": true | false,
       "ExcludedDomains": ["example.com"],
       "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
       "Locked": true | false,
       "ExcludedDomains": ["example.com"],
-      "Fallback": true | false,
+      "Fallback": true | false
     }
   }
 }
     }
   }
 }

patrick-canterino.de