AI security fixes
This commit is contained in:
7
blechreiz/context_processors.py
Normal file
7
blechreiz/context_processors.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
def google_maps(request):
|
||||
return {
|
||||
"GOOGLE_MAPS_API_KEY": os.environ.get("GOOGLE_MAPS_API_KEY", ""),
|
||||
}
|
||||
Reference in New Issue
Block a user