Skip to content

Commit d176f57

Browse files
committed
Adding note about not to include the plugin directly from GitHub, seems necessary.
1 parent 523c407 commit d176f57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Include script *after* the jQuery library (unless you are packaging scripts some
88

99
<script src="/path/to/jquery.cookie.js"></script>
1010

11+
**Do not include the script directly from GitHub (http://raw.github.com/...).** The file is being served as text/plain and such being blocked
12+
in Internet Explorer on Windows 7 for instance (because of the wrong MIME type). GitHub is not a CDN.
13+
1114
## Usage
1215

1316
Create session cookie:

0 commit comments

Comments
 (0)