Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 12:08:51 +02:00
parent e552a15912
commit a92db09b1a
192 changed files with 243 additions and 243 deletions

View File

@ -3,9 +3,9 @@ fancyBox
fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
More information and examples: https://www.fancyapps.com/fancybox/
More information and examples: http://www.fancyapps.com/fancybox/
License: https://www.fancyapps.com/fancybox/#license
License: http://www.fancyapps.com/fancybox/#license
Copyright (c) 2017 fancyapps.com
@ -18,7 +18,7 @@ Load files in the <head> section of your HTML document. Make sure you also add t
```html
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="/fancybox/jquery.fancybox.pack.js"></script>
</head>
@ -90,7 +90,7 @@ You can specify type directly by adding classname (fancybox.image, fancybox.ifra
<a href="example.jpg" class="fancybox">Example</a>
```
Note, ajax requests are subject to the [same origin policy](https://en.wikipedia.org/wiki/Same_origin_policy).
Note, ajax requests are subject to the [same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
If fancyBox will not be able to get content type, it will try to guess based on 'href' and will quit silently if would not succeed.
(this is different from previsous versions where 'ajax' was used as default type or an error message was displayed).