mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
fd7e142681
commit
30b97df8fc
2 changed files with 6 additions and 1 deletions
|
@ -1032,7 +1032,11 @@
|
|||
"description": ""
|
||||
},
|
||||
"sessionWhiteList_description": {
|
||||
"message": "Domains or URLs which shall be allowed to use all APIs during the current session. To add multiple entries, separate them by commas.",
|
||||
"message": "Domains or URLs which shall be allowed to use all APIs during the current session (i.e. temporarily whitelisted). To add multiple entries, separate them by commas.",
|
||||
"description": ""
|
||||
},
|
||||
"sessionWhiteList_search": {
|
||||
"message": "temporary",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
messages.push(settingDefinition.name + "_title");
|
||||
messages.push(settingDefinition.name + "_description");
|
||||
messages.push(settingDefinition.name + "_search");
|
||||
if (settingDefinition.urlSpecific){
|
||||
messages.push(settingDefinition.name + "_urlSpecific");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue