IframeProtection forced on web route group, should be customizable from config/shopify-app.php #153
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
My Laravel App has two sides, and my shopify routes reside in a /shopify route. So right now for the rest of my routes on web.php i have to do:
I now have moved my shopify routes to its own
routes/shopify.php
and set its own throttle on RouteServiceProvider but it would be handy to be able to change that'web'
route group name to something customizable fromconfig/shopify-app.php
, in my case i would use'shopify'
so i could remove that wholeexcluded_middleware
nonsenselaravel-shopify/src/ShopifyAppProvider.php
Line 313 in 63bf14e
The text was updated successfully, but these errors were encountered: