Hakim

Results 14 comments of Hakim

Hello, any news about this PR ? Thanks

@dusterio Correct, I got it working like that, thanks

I had the same issue, and according to https://github.com/fruitcake/laravel-cors/pull/514 you can do something like ``` 'paths' => [ 'api.domain' => ['*'] ] ``` in the `config/cors.php`. tested and working for...

yeah you still need to put it in global but why do you need to apply it on a group if you can filter by domain with the "hack" ?

I think we should reverse the iOS frameworks source code of the mfi protocol (using ida/hopper/radare2). You can find the binaries here (of the xcode simulator): ``` /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ ```...