Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/preferences.tmpl

Issue 29363783: Noissue - Update default value of whitelistschemes preference (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org/
Patch Set: Created Nov. 22, 2016, 4:10 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Plus preferences 1 title=Adblock Plus preferences
2 2
3 {# 3 {#
4 # This file is part of the Adblock Plus website, 4 # This file is part of the Adblock Plus website,
5 # Copyright (C) 2006-2016 Eyeo GmbH 5 # Copyright (C) 2006-2016 Eyeo GmbH
6 # 6 #
7 # Adblock Plus is free software: you can redistribute it and/or modify 7 # Adblock Plus is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License version 3 as 8 # it under the terms of the GNU General Public License version 3 as
9 # published by the Free Software Foundation. 9 # published by the Free Software Foundation.
10 # 10 #
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "default": "", 563 "default": "",
564 "description": subscriptions_fallbackurlDescription 564 "description": subscriptions_fallbackurlDescription
565 }, 565 },
566 { 566 {
567 "name": "subscriptions_listurl", 567 "name": "subscriptions_listurl",
568 "default": "", 568 "default": "",
569 "description": subscriptions_listurlDescription 569 "description": subscriptions_listurlDescription
570 }, 570 },
571 { 571 {
572 "name": "whitelistschemes", 572 "name": "whitelistschemes",
573 "default": "about chrome file irc keyword moz-safe-about news resource s news x-jsd addbook cid imap mailbox nntp pop data javascript", 573 "default": "about chrome file irc moz-extension moz-safe-about news reso urce snews x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon",
574 "description": whitelistschemesDescription 574 "description": whitelistschemesDescription
575 } 575 }
576 ] 576 ]
577 }, 577 },
578 { 578 {
579 "id": "removed_preferences", 579 "id": "removed_preferences",
580 "title": 'Removed preferences'|translate('removed_preferencesTitle'), 580 "title": 'Removed preferences'|translate('removed_preferencesTitle'),
581 "preferences": [ 581 "preferences": [
582 { 582 {
583 "name": "blocklocalpages", 583 "name": "blocklocalpages",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "title": 'Preferences for administrators'|translate('preferences_for_adminis tratorsTitle'), 701 "title": 'Preferences for administrators'|translate('preferences_for_adminis tratorsTitle'),
702 "preferences": [ 702 "preferences": [
703 { 703 {
704 "name": "suppress_first_run_page", 704 "name": "suppress_first_run_page",
705 "default": "false", 705 "default": "false",
706 "description": suppress_first_run_pageDescription 706 "description": suppress_first_run_pageDescription
707 } 707 }
708 ] 708 ]
709 } 709 }
710 ]) }} 710 ]) }}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld