mirror of https://github.com/SixLabors/ImageSharp
9 changed files with 39 additions and 144 deletions
@ -1,36 +0,0 @@ |
|||||
using System; |
|
||||
using System.Collections.Generic; |
|
||||
using System.Linq; |
|
||||
using System.Web; |
|
||||
using System.Web.Optimization; |
|
||||
|
|
||||
namespace Test_Website_Webforms_NET45 |
|
||||
{ |
|
||||
public class BundleConfig |
|
||||
{ |
|
||||
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254726
|
|
||||
public static void RegisterBundles(BundleCollection bundles) |
|
||||
{ |
|
||||
bundles.Add(new ScriptBundle("~/bundles/WebFormsJs").Include( |
|
||||
"~/Scripts/WebForms/WebForms.js", |
|
||||
"~/Scripts/WebForms/WebUIValidation.js", |
|
||||
"~/Scripts/WebForms/MenuStandards.js", |
|
||||
"~/Scripts/WebForms/Focus.js", |
|
||||
"~/Scripts/WebForms/GridView.js", |
|
||||
"~/Scripts/WebForms/DetailsView.js", |
|
||||
"~/Scripts/WebForms/TreeView.js", |
|
||||
"~/Scripts/WebForms/WebParts.js")); |
|
||||
|
|
||||
bundles.Add(new ScriptBundle("~/bundles/MsAjaxJs").Include( |
|
||||
"~/Scripts/WebForms/MsAjax/MicrosoftAjax.js", |
|
||||
"~/Scripts/WebForms/MsAjax/MicrosoftAjaxApplicationServices.js", |
|
||||
"~/Scripts/WebForms/MsAjax/MicrosoftAjaxTimer.js", |
|
||||
"~/Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js")); |
|
||||
|
|
||||
// Use the Development version of Modernizr to develop with and learn from. Then, when you’re
|
|
||||
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need
|
|
||||
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include( |
|
||||
"~/Scripts/modernizr-*")); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -1,20 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8" ?> |
|
||||
<bundles version="1.0"> |
|
||||
<styleBundle path="~/Content/css"> |
|
||||
<include path="~/Content/Site.css" /> |
|
||||
</styleBundle> |
|
||||
<styleBundle path="~/Content/themes/base/css"> |
|
||||
<include path="~/Content/themes/base/jquery.ui.core.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.resizable.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.selectable.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.accordion.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.autocomplete.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.button.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.dialog.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.slider.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.tabs.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.datepicker.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.progressbar.css" /> |
|
||||
<include path="~/Content/themes/base/jquery.ui.theme.css" /> |
|
||||
</styleBundle> |
|
||||
</bundles> |
|
||||
@ -1,7 +1,15 @@ |
|||||
<?xml version="1.0" encoding="utf-8" ?> |
<?xml version="1.0" encoding="utf-8" ?> |
||||
<security allowRemoteDownloads="true" timeout="300000" maxBytes="524288" remotePrefix="/remote.axd"> |
<security allowRemoteDownloads="true" timeout="300000" maxBytes="524288" remotePrefix="/remote.axd"> |
||||
<whiteList> |
<whiteList> |
||||
<add url="http://images.mymovies.net"/> |
<add url="images.mymovies.net"/> |
||||
<add url="http://maps.googleapis.com" extensionLess="true" imageFormat=".png"/> |
<add url="http://maps.googleapis.com" extensionLess="true" imageFormat=".png"/> |
||||
</whiteList> |
<add url="fbcdn"/> |
||||
</security> |
<add url="http://fbcdn-profile-"/> |
||||
|
<add url="https://profile."/> |
||||
|
<add url="http://profile."/> |
||||
|
<add url="https://pbs.twimg.com"/> |
||||
|
<add url="http://pbs.twimg.com"/> |
||||
|
<add url="http://placekitten.com"/> |
||||
|
<add url="http://hanselminutes.com/"/> |
||||
|
</whiteList> |
||||
|
</security> |
||||
|
|||||
Loading…
Reference in new issue