Disable cross browser support
See original GitHub issue.windi-18feqd2{
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
}
to
.windi-18fe1d2 {
display: flex;
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to Disable Cross-Site Tracking On Your Internet Browser
In the Safari app on your Mac, choose Safari > Preferences, then click Privacy. · Select “Prevent cross-site tracking.”.
Read more >Disable same origin policy in Chrome - Stack Overflow
I find the best way to do this is duplicate a Chrome or Chrome Canary shortcut on your windows desktop. Rename this shortcut...
Read more >How to Disable Same Origin Policy on Chrome and IE browser
For disabling same origin policy or allowing cross origin resources sharing in IE and Edge browser on windows, go with steps as follows:...
Read more >Disable CORS - Microsoft Community
1. In edge://flags, kindly search cross-origin & disable the flags. 2. Go to edge://settings/content/protectedContent & ensure everything ...
Read more >Same-origin policy - Web security | MDN
To prevent cross-origin embeds, ensure that your resource cannot be interpreted as one of the embeddable formats listed above. Browsers may not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
add this in your config file
https://github.com/windicss/windicss/commit/aaff53113626fa24c8f87f3d625180491de4f0ef should fix this.