@@ -67,11 +67,6 @@ class baseController extends Controller
'/<\?php/i',
'/<\?=/i',
'/<\?/i',
-
- // 序列化攻击
- '/O:\d+:/',
- '/a:\d+:/',
- '/s:\d+:/',
];
foreach (['get', 'post'] as $method) {