File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1073,7 +1073,7 @@ def reachable(host: str, port: int) -> bool:
10731073
10741074WEB_SEARCH_CONFIRMATION_CONTENT = os .getenv (
10751075 'WEB_SEARCH_CONFIRMATION_CONTENT' ,
1076- 'Web Search may send your query and retrieved page content to external services .' ,
1076+ 'Your query will be sent to the configured web search provider .' ,
10771077)
10781078
10791079WEB_SEARCH_ENGINE = os .getenv ('WEB_SEARCH_ENGINE' , '' )
Original file line number Diff line number Diff line change @@ -292,6 +292,8 @@ type Config = {
292292 enable_signup : boolean ;
293293 enable_login_form : boolean ;
294294 enable_web_search ?: boolean ;
295+ enable_web_search_confirmation ?: boolean ;
296+ web_search_confirmation_content ?: string ;
295297 enable_google_drive_integration : boolean ;
296298 enable_onedrive_integration : boolean ;
297299 enable_image_generation : boolean ;
You can’t perform that action at this time.
0 commit comments