From 91e92e379936f62bdf0d6c1c9d796564dad09301 Mon Sep 17 00:00:00 2001 From: "Vermeer, Edwin" Date: Sun, 14 May 2017 16:50:46 +0200 Subject: [PATCH] disable urlprotocol --- .gitattributes | 0 .gitignore | 0 .swift-version | 0 .travis.yml | 0 EVURLCache.podspec | 0 EVURLCache.xcodeproj/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../xcshareddata/xcschemes/EVURLCache.xcscheme | 0 .../xcshareddata/xcschemes/OSXcompileTest.xcscheme | 0 EVURLCache.xcworkspace/contents.xcworkspacedata | 0 EVURLCache/AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 EVURLCache/Base.lproj/LaunchScreen.storyboard | 0 EVURLCache/Base.lproj/Main.storyboard | 0 EVURLCache/Info.plist | 0 EVURLCache/Pod/EVURLCache.swift | 4 +++- EVURLCache/Pod/EVURLProtocol.swift | 0 EVURLCache/Pod/Reachability.swift | 0 EVURLCache/ViewController.swift | 4 +++- LICENSE | 0 OSXcompileTest/Info.plist | 0 OSXcompileTest/OSXcompileTest.swift | 0 Podfile | 0 Podfile.lock | 0 Pods/Manifest.lock | 0 Pods/Pods.xcodeproj/project.pbxproj | 0 .../Target Support Files/Pods-EVURLCache/Info.plist | 0 .../Pods-EVURLCache-acknowledgements.markdown | 0 .../Pods-EVURLCache-acknowledgements.plist | 0 .../Pods-EVURLCache/Pods-EVURLCache-dummy.m | 0 .../Pods-EVURLCache/Pods-EVURLCache-umbrella.h | 0 .../Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig | 0 .../Pods-EVURLCache/Pods-EVURLCache.modulemap | 0 .../Pods-EVURLCache.release.xcconfig | 0 .../Pods-OSXcompileTest/Info.plist | 0 .../Pods-OSXcompileTest-acknowledgements.markdown | 0 .../Pods-OSXcompileTest-acknowledgements.plist | 0 .../Pods-OSXcompileTest/Pods-OSXcompileTest-dummy.m | 0 .../Pods-OSXcompileTest-umbrella.h | 0 .../Pods-OSXcompileTest.debug.xcconfig | 0 .../Pods-OSXcompileTest.modulemap | 0 .../Pods-OSXcompileTest.release.xcconfig | 0 PreCache/evict.nl/edwin_vermeer/status/index.html | Bin PreCache/evict.nl/index.html | Bin .../_inc/genericons/genericons/genericons.css | Bin .../_inc/genericons/genericons/genericons.svg | Bin .../wp-content/plugins/jetpack/_inc/jquery.spin.js | Bin .../wp-content/plugins/jetpack/_inc/spin.js | Bin .../wp-content/plugins/jetpack/css/jetpack.css | Bin .../jetpack/modules/carousel/jetpack-carousel.js | Bin .../jetpack/modules/infinite-scroll/infinity.js | Bin .../plugins/jetpack/modules/photon/photon.js | Bin .../jetpack/modules/sharedaddy/images/loading.gif | Bin .../plugins/jetpack/modules/sharedaddy/sharing.js | Bin .../jetpack/modules/shortcodes/js/jquery.cycle.js | Bin .../modules/shortcodes/js/slideshow-shortcode.js | Bin .../wp-content/plugins/jetpack/modules/wpgroho.js | Bin .../syntaxhighlighter/src/shcore.js | Bin .../syntaxhighlighter/styles/shcore.css | Bin .../syntaxhighlighter/styles/shthemedefault.css | Bin .../fonts/fontawesome/fontawesome-webfont.woff | Bin .../wp-content/themes/limelight/js/navigation.js | Bin .../themes/limelight/js/responsiveslides.min.js | Bin .../themes/limelight/js/skip-link-focus-fix.js | Bin .../evict.nl/wp-content/themes/limelight/style.css | Bin .../evict.nl/wp-content/uploads/2015/02/sunrise.png | Bin .../evict.nl/wp-content/uploads/2015/02/sunset.png | Bin .../evict.nl/wp-content/uploads/2015/02/sunset1.png | Bin .../evict.nl/wp-content/uploads/2015/02/sunset4.png | Bin .../wp-includes/js/jquery/jquery-migrate.min.js | Bin PreCache/evict.nl/wp-includes/js/jquery/jquery.js | Bin .../js/mediaelement/mediaelement-and-player.min.js | Bin .../js/mediaelement/mediaelementplayer.min.css | Bin .../wp-includes/js/mediaelement/wp-mediaelement.css | Bin .../wp-includes/js/mediaelement/wp-mediaelement.js | Bin PreCache/evict.nl/wp-includes/js/tw-sack.min.js | Bin PreCache/evict.nl/wp-includes/js/wp-embed.min.js | Bin .../evict.nl/wp-includes/js/wp-emoji-release.min.js | Bin .../scds/common/u/img/webpromo/btn_in_20x15.png | Bin README.md | 0 80 files changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .swift-version mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 EVURLCache.podspec mode change 100644 => 100755 EVURLCache.xcodeproj/project.pbxproj mode change 100644 => 100755 EVURLCache.xcodeproj/project.xcworkspace/contents.xcworkspacedata mode change 100644 => 100755 EVURLCache.xcodeproj/xcshareddata/xcschemes/EVURLCache.xcscheme mode change 100644 => 100755 EVURLCache.xcodeproj/xcshareddata/xcschemes/OSXcompileTest.xcscheme mode change 100644 => 100755 EVURLCache.xcworkspace/contents.xcworkspacedata mode change 100644 => 100755 EVURLCache/AppDelegate.swift mode change 100644 => 100755 EVURLCache/Assets.xcassets/AppIcon.appiconset/Contents.json mode change 100644 => 100755 EVURLCache/Base.lproj/LaunchScreen.storyboard mode change 100644 => 100755 EVURLCache/Base.lproj/Main.storyboard mode change 100644 => 100755 EVURLCache/Info.plist mode change 100644 => 100755 EVURLCache/Pod/EVURLCache.swift mode change 100644 => 100755 EVURLCache/Pod/EVURLProtocol.swift mode change 100644 => 100755 EVURLCache/Pod/Reachability.swift mode change 100644 => 100755 EVURLCache/ViewController.swift mode change 100644 => 100755 LICENSE mode change 100644 => 100755 OSXcompileTest/Info.plist mode change 100644 => 100755 OSXcompileTest/OSXcompileTest.swift mode change 100644 => 100755 Podfile mode change 100644 => 100755 Podfile.lock mode change 100644 => 100755 Pods/Manifest.lock mode change 100644 => 100755 Pods/Pods.xcodeproj/project.pbxproj mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Info.plist mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.markdown mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.plist mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-dummy.m mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-umbrella.h mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap mode change 100644 => 100755 Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.release.xcconfig mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Info.plist mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.markdown mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.plist mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-dummy.m mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-umbrella.h mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap mode change 100644 => 100755 Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.release.xcconfig mode change 100644 => 100755 PreCache/evict.nl/edwin_vermeer/status/index.html mode change 100644 => 100755 PreCache/evict.nl/index.html mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.svg mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/_inc/jquery.spin.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/_inc/spin.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/css/jetpack.css mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/photon/photon.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/jetpack/modules/wpgroho.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/src/shcore.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/styles/shcore.css mode change 100644 => 100755 PreCache/evict.nl/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/styles/shthemedefault.css mode change 100644 => 100755 PreCache/evict.nl/wp-content/themes/limelight/fonts/fontawesome/fontawesome-webfont.woff mode change 100644 => 100755 PreCache/evict.nl/wp-content/themes/limelight/js/navigation.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/themes/limelight/js/responsiveslides.min.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/themes/limelight/js/skip-link-focus-fix.js mode change 100644 => 100755 PreCache/evict.nl/wp-content/themes/limelight/style.css mode change 100644 => 100755 PreCache/evict.nl/wp-content/uploads/2015/02/sunrise.png mode change 100644 => 100755 PreCache/evict.nl/wp-content/uploads/2015/02/sunset.png mode change 100644 => 100755 PreCache/evict.nl/wp-content/uploads/2015/02/sunset1.png mode change 100644 => 100755 PreCache/evict.nl/wp-content/uploads/2015/02/sunset4.png mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/jquery/jquery-migrate.min.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/jquery/jquery.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/mediaelement/mediaelement-and-player.min.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/mediaelement/mediaelementplayer.min.css mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/mediaelement/wp-mediaelement.css mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/mediaelement/wp-mediaelement.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/tw-sack.min.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/wp-embed.min.js mode change 100644 => 100755 PreCache/evict.nl/wp-includes/js/wp-emoji-release.min.js mode change 100644 => 100755 PreCache/static.licdn.com/scds/common/u/img/webpromo/btn_in_20x15.png mode change 100644 => 100755 README.md diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.swift-version b/.swift-version old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/EVURLCache.podspec b/EVURLCache.podspec old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/project.pbxproj b/EVURLCache.xcodeproj/project.pbxproj old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/EVURLCache.xcodeproj/project.xcworkspace/contents.xcworkspacedata old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/xcshareddata/xcschemes/EVURLCache.xcscheme b/EVURLCache.xcodeproj/xcshareddata/xcschemes/EVURLCache.xcscheme old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/xcshareddata/xcschemes/OSXcompileTest.xcscheme b/EVURLCache.xcodeproj/xcshareddata/xcschemes/OSXcompileTest.xcscheme old mode 100644 new mode 100755 diff --git a/EVURLCache.xcworkspace/contents.xcworkspacedata b/EVURLCache.xcworkspace/contents.xcworkspacedata old mode 100644 new mode 100755 diff --git a/EVURLCache/AppDelegate.swift b/EVURLCache/AppDelegate.swift old mode 100644 new mode 100755 diff --git a/EVURLCache/Assets.xcassets/AppIcon.appiconset/Contents.json b/EVURLCache/Assets.xcassets/AppIcon.appiconset/Contents.json old mode 100644 new mode 100755 diff --git a/EVURLCache/Base.lproj/LaunchScreen.storyboard b/EVURLCache/Base.lproj/LaunchScreen.storyboard old mode 100644 new mode 100755 diff --git a/EVURLCache/Base.lproj/Main.storyboard b/EVURLCache/Base.lproj/Main.storyboard old mode 100644 new mode 100755 diff --git a/EVURLCache/Info.plist b/EVURLCache/Info.plist old mode 100644 new mode 100755 diff --git a/EVURLCache/Pod/EVURLCache.swift b/EVURLCache/Pod/EVURLCache.swift old mode 100644 new mode 100755 index b216bdc..c3282c2 --- a/EVURLCache/Pod/EVURLCache.swift +++ b/EVURLCache/Pod/EVURLCache.swift @@ -60,7 +60,9 @@ open class EVURLCache: URLCache { let urlCache = EVURLCache(memoryCapacity: 1<