How to enforce safe search with google search cse
Enforce Safe Search by passing name=safe value=vss
I assume VSS stands for Very Safe Search
This will disable the ability for a user to change their safe search settings from strict to off.
Here is an example for you
[html] <form action="http://www.google.com/cse" id="cse-search-box"> <div> </div> </form>
[/html]