-
-
Notifications
You must be signed in to change notification settings - Fork 377
App must set security headers to protect against clickjacking #1176
Comments
Anyone can help me for solving this issue?. |
You can take an implementation from here but it has nothing to do with the package and can be exposed by the application. |
Hi, thanks for reply. |
@enmaboya sir kindly help me ! |
@manasirfan You can check this: #1070 (comment) I created the same and it fixed the issue. I hope that this will help you :) |
hi @tanseercena am using the same middleware but again rejected, middleware used globally ,kindly solving this issue protected const HEADER_FORMAT = 'frame-ancestors %s %s';
|
@manasirfan Did you add it in web middlewares in Kernal.php? |
@tanseercena oops am added another middleware not group,please check now its fine ?
|
We wll try and get #1178 into the next release which should help. |
For bug reporting only! If you're posting a feature request or discussion, please ignore.
Expected Behavior
when am review our app from shopify that show this issue before submitting
There was an error installing your app. The app must be installed to perform the security check. We expected OAuth to be initiated at https://app-security.myshopify.com/admin/oauth/authorize but were redirected to https://mysite.com/login. Your app must request installation immediately after clicking "add app." Apps must request shop access during installation, or reinstallation if the app was previously uninstalled from the shop.
Current Behavior
this is my website first user login in our site
![image](https://user-images.githubusercontent.com/80257319/181203060-cf247141-5a68-4550-9cf2-e9a5ba07c652.png)
after login then user go this page and put store url and fetching the products against the store
But am not find what's the shopify app are required for approve the app
Failure Information
Please help provide information about the failure if this is a bug.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
*Package Version: v17.1
*Laravel Version: v8.75
*PHP Version: v8.1.5
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: