mbille46 / scriptno

Automatically exported from code.google.com/p/scriptno
0 stars 0 forks source link

Preload whitelist or blacklist #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a question about ScriptSafe's capabilities. Can you export a whitelist 
and then preload a new user with those same whitelist settings? If so, how?  

I would assume that the answer would apply to Whitelist and Blacklist? 

Where does ScritpSafe store the option settings? 

What version of the product are you using? On what operating system? ScriptSave 
v1.0.6.13 on Google Chrome v25 on Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by jscottbr...@gmail.com on 12 Mar 2013 at 7:44

GoogleCodeExporter commented 9 years ago
I have found the method in the Settings menu for a user to interactively bulk 
load a whitelist. Is there any programatic way to do this for a user? 

I have been able to determine that ScriptSafe stores its settings in a Chrome 
LocalStorage file. Is it possible to preload/seed this localstorage file for a 
new user such that ScriptSafe will use the settings in the localstorage file? 

Could another javascript program attempt to update the ScriptSafe localstorage 
file?  

Any assistance would be appreciated. 

Original comment by jscottbr...@gmail.com on 19 Mar 2013 at 8:43

GoogleCodeExporter commented 9 years ago
Yes, you would be able to:

1) On Computer 1, go to ScriptSafe options, at the bottom under "Export", find 
whiteList|["[...]"]
2) Copy this row, save to a text file/email
3) On Computer 2, go to ScriptSafe options, at the bottom under "Import", paste 
in the whiteList|["[...]"] entry and click on Import :)

Original comment by andr...@gmail.com on 2 Jul 2013 at 3:16