- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHPPhysics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
HTML5 appcache with Safari causing cross-site css to not load correctly
Appcaches are used by the web browser to specify what files exist on your site that is relevant to the particular page the browser is visiting.
Safari follows the AppCache standard more strictly and sees a request for a web address that is not in the AppCache.
To avoid the requests to be blocked, use −
NETWORK: * http://* https://*
Advertisements