This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/whimsy.git
commit d6e04447f8628b241621609ecdada73ae910d8ad Author: Sam Ruby <[email protected]> AuthorDate: Sun Jul 31 09:32:23 2016 -0400 re-disable service workers --- www/board/agenda/views/models/pagecache.js.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/www/board/agenda/views/models/pagecache.js.rb b/www/board/agenda/views/models/pagecache.js.rb index 82d4303..551b326 100644 --- a/www/board/agenda/views/models/pagecache.js.rb +++ b/www/board/agenda/views/models/pagecache.js.rb @@ -13,6 +13,7 @@ class PageCache def self.enabled # disable service workers for now. See: # https://lists.w3.org/Archives/Public/public-webapps/2016JulSep/0016.html + return false unless location.protocol == 'https:' or location.hostname == 'localhost' return false -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
