1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-10 22:34:56 +12:00

Updated Raw settings (markdown)

Raymond Hill 2018-01-06 15:34:04 -05:00
parent f1ffcb259f
commit 635bb5ad40

@ -1 +1,74 @@
[to be done]
#### `framePlaceholder`
- Type: boolean
- `true` (default): replace non-collapsed blocked frame with a placeholder.
- `false`: do not replace non-collapsed blocked frame with a placeholder.
***
#### `framePlaceholderBackground`
- Type: string
- `default` (default): use the background value from `placeholderBackground`.
- Otherwise a valid CSS `background` property value to be used as is.
***
#### `framePlaceholderDocument`
- Type: string
- An HTML document source with no newline character.
***
#### `imagePlaceholder`
- Type: boolean
- `true` (default): replace non-collapsed blocked image with a placeholder.
- `false`: do not replace non-collapsed blocked image with a placeholder.
Use `false` to prevent the use of placeholder and eliminate the ability of image placeholder styling information to be used as fingerprint information.
***
#### `imagePlaceholderBackground`
- Type: string
- `default` (default): use the background value from `placeholderBackground`.
- Otherwise a valid CSS `background` property value to be used as is.
Note that using a custom value for image placeholder can make you fingerprintable.
***
#### `imagePlaceholderBorder`
- Type: string
- `default` (default): : use the border value from `placeholderBorder`.
- Otherwise a valid CSS `border` property value to be used as is.
Note that using a custom value for image placeholder can make you fingerprintable.
***
#### `placeholderBackground`
- Type: string
- Default value is an internal CSS background value.
- Otherwise a valid CSS background property to be used as placeholder background.
Override this value if you want to customize the background value for all placeholders.
Note that using a custom value for image placeholder can make you fingerprintable.
***
#### `placeholderBorder`
- Type: string
- Default value is an internal CSS border value.
- Otherwise a valid CSS border property to be used as placeholder background.
Override this value if you want to customize the border value for all placeholders.
Note that using a custom value for image placeholder can make you fingerprintable.