Add base64
This commit is contained in:
@@ -59,7 +59,7 @@ def execute_code(code, request_obj, environment):
|
||||
'pow': pow, 'range': range, 'repr': repr, 'reversed': reversed,
|
||||
'round': round, 'set': set, 'slice': slice, 'sorted': sorted,
|
||||
'str': str, 'sum': sum, 'super': super, 'tuple': tuple, 'type': type,
|
||||
'zip': zip,
|
||||
'zip': zip, 'base64': base64,
|
||||
'BaseException': BaseException,
|
||||
'Exception': Exception,
|
||||
'ArithmeticError': ArithmeticError,
|
||||
|
||||
Reference in New Issue
Block a user