diff --git a/contrib/elinks.conf b/contrib/elinks.conf deleted file mode 100644 index 0126db271..000000000 --- a/contrib/elinks.conf +++ /dev/null @@ -1,3362 +0,0 @@ -## ELinks 0.12.GIT configuration file - -## This is ELinks configuration file. You can edit it manually, -## if you wish so, but keep in mind that this file is overwritten -## by ELinks when you save options through UI and you are out of -## luck with your formatting and own comments then, so beware. -## -## Obviously, if you don't like what ELinks is going to do with -## this file, you can change it by altering the config.saving_style -## option. Come on, aren't we friendly guys after all? - - - -############################## -# Automatically saved options -# - -## bookmarks -# Bookmark options. - - ## bookmarks.file_format - # File format for bookmarks (affects both reading and saving): - # 0 is the default native ELinks format - # 1 is XBEL universal XML bookmarks format (ELinks bug 153: NO NATIONAL CHARS - # SUPPORT!) - set bookmarks.file_format = 0 - - ## bookmarks.folder_state [0|1] - # When saving bookmarks also store whether folders are - # expanded or not, so the look of the bookmark dialog is - # kept across ELinks sessions. If disabled all folders will - # appear unexpanded next time ELinks is run. - set bookmarks.folder_state = 1 - - -## config -# Configuration handling options. - - ## config.comments - # Amount of comments automatically written to the config file: - # 0 is no comments are written - # 1 is only the "blurb" (name+type) is written - # 2 is only the description is written - # 3 is full comments are written - set config.comments = 3 - - ## config.indentation - # Shift width of one indentation level in the configuration - # file. Zero means that no indentation is performed at all - # when saving the configuration. - set config.indentation = 2 - - ## config.saving_style - # Determines what happens when you tell ELinks to save options: - # 0 is only values of current options are altered - # 1 is values of current options are altered and missing options - # are added at the end of the file - # 2 is the configuration file is rewritten from scratch - # 3 is values of current options are altered and missing options - # CHANGED during this ELinks session are added at the end of - # the file - set config.saving_style = 2 - - ## config.i18n [0|1] - # If set to 1, comments in the configuration file will be - # translated to the language used by UI. Note that if you have - # different language set in different terminals, the language - # used in the configuration file MAY be the same as on the - # terminal where you saved the file, but it should be generally - # considered unpredictable. - set config.i18n = 0 - - ## config.saving_style_w [0|1] - # This is internal option used when displaying a warning about - # obsolete config.saving_style. You shouldn't touch it. - set config.saving_style_w = 0 - - ## config.show_template [0|1] - # Show template options in autocreated trees in the options - # manager and save them to the configuration file. - set config.show_template = 0 - - -## connection -# Connection options. - - ## connection.ssl - # SSL options. - - ## connection.ssl.client_cert - # X509 client certificate options. - - ## connection.ssl.client_cert.enable [0|1] - # Enable or not the sending of X509 client certificates - # to servers which request them. - set connection.ssl.client_cert.enable = 0 - - ## connection.ssl.client_cert.file - # The location of a file containing the client certificate - # and unencrypted private key in PEM format. If unset, the - # file pointed to by the X509_CLIENT_CERT variable is used - # instead. - set connection.ssl.client_cert.file = "" - - - ## connection.ssl.cert_verify [0|1] - # Verify the peer's SSL certificate. Note that this - # needs extensive configuration of OpenSSL by the user. - set connection.ssl.cert_verify = 0 - - - ## connection.async_dns [0|1] - # Whether to use asynchronous DNS resolving. - set connection.async_dns = 1 - - ## connection.max_connections - # Maximum number of concurrent connections. - set connection.max_connections = 10 - - ## connection.max_connections_to_host - # Maximum number of concurrent connections to a given host. - set connection.max_connections_to_host = 2 - - ## connection.receive_timeout - # Receive timeout (in seconds). - set connection.receive_timeout = 120 - - ## connection.retries - # Number of tries to establish a connection. - # Zero means try forever. - set connection.retries = 3 - - ## connection.try_ipv4 [0|1] - # Whether to try to connect to a host over IPv4. - # Note that if connection.try_ipv6 is enabled too, - # it takes precedence. And better do not touch this - # at all unless you are sure what are you doing. - # Note that you can also force a given protocol - # to be used on a per-connection basis by using an URL - # in the style of e.g. http4://elinks.cz/. - set connection.try_ipv4 = 1 - - ## connection.try_ipv6 [0|1] - # Whether to try to connect to a host over IPv6. - # Note that you can also force a given protocol - # to be used on a per-connection basis by using an URL - # in the style of e.g. http6://elinks.cz/. - set connection.try_ipv6 = 1 - - ## connection.unrestartable_receive_timeout - # Timeout for non-restartable connections (in seconds). - set connection.unrestartable_receive_timeout = 600 - - -## cookies -# Cookies options. - - ## cookies.accept_policy - # Cookies accepting policy: - # 0 is accept no cookies - # 1 is ask for confirmation before accepting cookie - # 2 is accept all cookies - set cookies.accept_policy = 2 - - ## cookies.max_age - # Cookie maximum age (in days): - # -1 is use cookie's expiration date if any - # 0 is force expiration at the end of session, ignoring cookie's - # expiration date - # 1+ is use cookie's expiration date, but limit age to the given - # number of days - set cookies.max_age = -1 - - ## cookies.paranoid_security [0|1] - # When enabled, we'll require three dots in cookies domain for all - # non-international domains (instead of just two dots). Some countries - # have generic second level domains (eg. .com.pl, .co.uk) and allowing - # sites to set cookies for these generic domains could potentially be - # very bad. Note, it is off by default as it breaks a lot of sites. - set cookies.paranoid_security = 0 - - ## cookies.save [0|1] - # Whether cookies should be loaded from and save to disk. - set cookies.save = 1 - - ## cookies.resave [0|1] - # Save cookies after each change in cookies list? No effect when - # cookie saving (cookies.save) is off. - set cookies.resave = 1 - - -## document -# Document options. - - ## document.browse - # Document browsing options (mainly interactivity). - - ## document.browse.accesskey - # Options for handling of link access keys. - # An HTML document can use the ACCESSKEY attribute to assign - # an access key to an element. When an access key is pressed, - # the corresponding element will be given focus. - - ## document.browse.accesskey.auto_follow [0|1] - # Automatically follow a link or submit a form if appropriate - # accesskey is pressed - this is the standard behaviour, but it's - # considered dangerous. - set document.browse.accesskey.auto_follow = 0 - - ## document.browse.accesskey.display [0|1] - # Display access key in link info. - set document.browse.accesskey.display = 0 - - ## document.browse.accesskey.priority - # Priority of 'accesskey' HTML attribute: - # 0 is first try all normal bindings; if it fails, check accesskey - # 1 is first try only frame bindings; if it fails, check accesskey - # 2 is first check accesskey (this can be dangerous) - set document.browse.accesskey.priority = 0 - - - ## document.browse.forms - # Options for handling of the forms interaction. - - ## document.browse.forms.auto_submit [0|1] - # Automagically submit a form when enter is pressed with a text - # field selected. - set document.browse.forms.auto_submit = 1 - - ## document.browse.forms.confirm_submit [0|1] - # Ask for confirmation when submitting a form. - set document.browse.forms.confirm_submit = 1 - - ## document.browse.forms.input_size - # Default form input size if none is specified. - set document.browse.forms.input_size = 20 - - ## document.browse.forms.insert_mode [0|1] - # The setting for this option affects how key presses are handled - # when one selects a text-input form-field. When enabled, one must - # explicitly 'enter' a selected text-field to edit it; this prevents - # text fields from capturing key presses, such as presses of a scroll - # key, when it is inadvertently selected. When disabled, key presses - # are always inserted into a selected text field. - set document.browse.forms.insert_mode = 1 - - ## document.browse.forms.editor - # Path to the executable that ELinks should launch when the user - # requests to edit a textarea with an external editor. - # If this is blank, ELinks will use the value of the environmental - # variable $EDITOR. If $EDITOR is empty or not set, ELinks will then - # default to "vi". - set document.browse.forms.editor = "" - - ## document.browse.forms.show_formhist [0|1] - # Ask if a login form should be saved to file or not. - # This option only disables the dialog, already saved login - # forms are unaffected. - set document.browse.forms.show_formhist = 0 - - - ## document.browse.images - # Options for handling of images. - - ## document.browse.images.display_style - # Display style for image tags when displayed: - # 0 means always display IMG - # 1 means always display filename - # 2 means display alt/title attribute if possible, IMG if not - # 3 means display alt/title attribute if possible, filename if not - set document.browse.images.display_style = 2 - - ## document.browse.images.filename_maxlen - # Maximum length of image filename when displayed: - # 0 means always display full filename - # 1-500 means display filename with this maximal length; - # if it is longer, the middle is substituted by an asterisk - set document.browse.images.filename_maxlen = 0 - - ## document.browse.images.image_link_tagging - # When to enclose image links: - # 0 means never - # 1 means never if alt or title are provided (old behavior) - # 2 means always - set document.browse.images.image_link_tagging = 1 - - ## document.browse.images.image_link_prefix - # Prefix string to use to mark image links. - set document.browse.images.image_link_prefix = "[" - - ## document.browse.images.image_link_suffix - # Suffix string to use to mark image links. - set document.browse.images.image_link_suffix = "]" - - ## document.browse.images.label_maxlen - # Maximum length of image label (alt/title): - # 0 means always display full label - # 1-500 means display label with this maximal length; - # if it is longer, the middle is substituted by an asterisk - set document.browse.images.label_maxlen = 0 - - ## document.browse.images.show_as_links [0|1] - # Display links to images without an alt attribute. If this option - # is off, these images are completely invisible. - set document.browse.images.show_as_links = 0 - - ## document.browse.images.show_any_as_links [0|1] - # Display links to any images in the document, regardless of them - # having an alt attribute or not. If this option is off, the alt - # attribute contents is shown, but as normal text, not selectable - # as a link. - set document.browse.images.show_any_as_links = 1 - - - ## document.browse.links - # Options for handling of links to other documents. - - ## document.browse.links.active_link - # Options for the active link. - - ## document.browse.links.active_link.colors - # Active link colors. - - ## document.browse.links.active_link.colors.background - # Default background color. - set document.browse.links.active_link.colors.background = "blue" - - ## document.browse.links.active_link.colors.text - # Default text color. - set document.browse.links.active_link.colors.text = "black" - - - ## document.browse.links.active_link.enable_color [0|1] - # Enable use of the active link background and text color - # settings instead of the link colors from the document. - set document.browse.links.active_link.enable_color = 0 - - ## document.browse.links.active_link.bold [0|1] - # Make the active link text bold. - set document.browse.links.active_link.bold = 0 - - ## document.browse.links.active_link.invert [0|1] - # Invert the fore- and background color so the link stands out. - set document.browse.links.active_link.invert = 1 - - ## document.browse.links.active_link.underline [0|1] - # Underline the active link. - set document.browse.links.active_link.underline = 0 - - - ## document.browse.links.color_dirs [0|1] - # Highlight links to directories in FTP and local directory listing. - set document.browse.links.color_dirs = 1 - - ## document.browse.links.numbering [0|1] - # Display numbers next to the links. - set document.browse.links.numbering = 0 - - ## document.browse.links.target_blank - # Define how to handle links having target=_blank set: - # 0 means open link in current tab - # 1 means open link in new tab in foreground - # 2 means open link in new tab in background - # 3 means open link in new window - set document.browse.links.target_blank = 0 - - ## document.browse.links.use_tabindex [0|1] - # Whether to navigate links using tabindex specified ordering. - # The TABINDEX attribute in HTML elements specifies the order - # in which links should receive focus when using the keyboard - # to navigating the document. - set document.browse.links.use_tabindex = 1 - - ## document.browse.links.missing_fragment [0|1] - # Open a message box when document has no tag with given id. - set document.browse.links.missing_fragment = 1 - - ## document.browse.links.number_keys_select_link - # Number keys select links rather than specify command prefixes. This - # is a tristate: - # 0 means never - # 1 means if document.browse.links.numbering = 1 - # 2 means always - set document.browse.links.number_keys_select_link = 1 - - ## document.browse.links.warn_malicious [0|1] - # When following a link the user ID part of the URI is - # checked and if a maliciously crafted URI is detected a - # warning dialog will ask before following the link. - set document.browse.links.warn_malicious = 1 - - ## document.browse.links.wraparound [0|1] - # When pressing 'down' on the last link, jump at the first one, and - # vice versa. - set document.browse.links.wraparound = 0 - - - ## document.browse.scrolling - # Scrolling options. - - ## document.browse.scrolling.horizontal_extended [0|1] - # Whether to allow horizontal scrolling when the document - # does not extend off the screen. Useful for copy/paste - # operations. - set document.browse.scrolling.horizontal_extended = 1 - - ## document.browse.scrolling.horizontal_step - # Number of columns to scroll when a key bound to scroll-left or scroll- - # right is pressed and no prefix was given. - set document.browse.scrolling.horizontal_step = 8 - - ## document.browse.scrolling.margin - # Size of the virtual margin - when you click inside of that margin, - # document scrolls in that direction. - set document.browse.scrolling.margin = 3 - - ## document.browse.scrolling.vertical_step - # Number of lines to scroll when a key bound to scroll-up or scroll- - # down is pressed and no prefix was given. - set document.browse.scrolling.vertical_step = 2 - - - ## document.browse.search - # Options for searching. - - ## document.browse.search.case [0|1] - # Whether the search should match the document text while maintaining - # case sensitivity. - set document.browse.search.case = 0 - - ## document.browse.search.regex - # Enable searching with regular expressions: - # 0 for plain text searching - # 1 for basic regular expression searches - # 2 for extended regular expression searches - set document.browse.search.regex = 0 - - ## document.browse.search.show_hit_top_bottom [0|1] - # Whether to show a dialog when the search hits top or bottom of the - # document. - set document.browse.search.show_hit_top_bottom = 1 - - ## document.browse.search.wraparound [0|1] - # Wrap around when searching. Currently only used for typeahead. - set document.browse.search.wraparound = 1 - - ## document.browse.search.show_not_found - # How to inform the user when nothing is matched: - # 0 means do nothing - # 1 means beep the terminal - # 2 means pop up message box - set document.browse.search.show_not_found = 2 - - ## document.browse.search.typeahead - # Start typeahead searching when an unbound key is pressed without - # any modifiers. Note that most keys have default bindings, so this - # feature will not be useful unless you unbind them. - # - # 0 disables this feature; typeahead searching will only be used - # when you press a key bound to search-typeahead or similar - # 1 automatically starts typeahead searching thru link text - # 2 automatically starts typeahead searching thru all document text - set document.browse.search.typeahead = 0 - - - ## document.browse.margin_width - # Horizontal text margin. - set document.browse.margin_width = 3 - - ## document.browse.refresh [0|1] - # Automatically follow document-specified refresh directives (' - # refresh' tags). Web-page authors use these to instruct the browser - # to reload a document at a given interval or to load another page. - # Regardless of the value the refresh URI is accessible as a link. - # Use the document.browse.minimum_refresh_time to control the minimum - # number of seconds a refresh will wait. - set document.browse.refresh = 1 - - ## document.browse.minimum_refresh_time - # The minimum number of milliseconds that should pass before - # refreshing. If set to zero the document refresh time is used - # unchanged. It can fix going back in history for some sites that - # use refreshing with zero values. - set document.browse.minimum_refresh_time = 1000 - - ## document.browse.table_move_order [0|1] - # Move by columns in table, instead of rows. - set document.browse.table_move_order = 0 - - - ## document.cache - # Cache options. - - ## document.cache.format - # Format cache options. - - ## document.cache.format.size - # Number of cached formatted pages. Do not get too generous - # here, 'formatted' means that all the accompanying structures - # are kept in memory so that you get the cached document - # immediatelly, but these structures may take a lot - 2x the - # size of the HTML source is probably not unusual, but it can - # be even more if the document consists of a lot of short lines - # (padded right, if possible) and links and not much other markup. - # So if you set this to 256 and then you don't like your ELinks - # eating 90M, don't come complaining to us. ;-) - # Also note that the format cache itself is not counted to the - # memory cache size, but the HTML source of the formatted documents - # is always cached, even if it is over the memory cache size - # threshold. (Then of course no other documents can be cached.) - set document.cache.format.size = 5 - - - ## document.cache.memory - # Memory cache options. - - ## document.cache.memory.size - # Memory cache size (in bytes). - set document.cache.memory.size = 1M - - - ## document.cache.cache_redirects [0|1] - # Cache even redirects sent by server (usually thru HTTP by a 302 - # HTTP code and a Location header). This was the original behaviour - # for a quite some time, but it causes problems in a situation very - # common to various web login systems - frequently, when accessing - # certain location, they will redirect you to a login page if they - # don't receive an auth cookie, the login page then gives you the - # cookie and redirects you back to the original page, but there you - # have already cached redirect back to the login page! If this - # option has value of 0, this malfunction is fixed, but occasionally - # you may get superfluous (depends on how you take it ;-) requests to - # the server. If this option has value of 1, experienced users can - # still workaround it by clever combination of usage of reload, - # jumping around in session history and hitting ctrl+enter. - # Note that this option is checked when retrieving the information - # from cache, not when saving it to cache - thus if you will enable - # it, even previous redirects will be taken from cache instead of - # asking the server. - set document.cache.cache_redirects = 0 - - ## document.cache.ignore_cache_control [0|1] - # Ignore Cache-Control and Pragma server headers. - # When set, the document is cached even with 'Cache-Control: no-cache'. - set document.cache.ignore_cache_control = 1 - - ## document.cache.revalidation_interval - # Period in seconds that a cache entry is considered to be - # up-to-date. When a document is loaded and this interval has elapsed - # since the document was initially loaded or most recently - # revalidated with the server, the server will be checked in case - # there is a more up-to-date version of the document. - # - # A value of -1 disables automatic revalidation. - set document.cache.revalidation_interval = -1 - - - ## document.codepage - # Charset options. - - ## document.codepage.assume - # Default document codepage. 'System' stands for - # a codepage determined by a selected locale. - set document.codepage.assume = "System" - - ## document.codepage.force_assumed [0|1] - # Ignore charset info sent by server. - set document.codepage.force_assumed = 0 - - - ## document.colors - # Default document color settings. - - ## document.colors.text - # Default text color. - set document.colors.text = "gray75" - - ## document.colors.background - # Default background color. - set document.colors.background = "black" - - ## document.colors.link - # Default link color. - set document.colors.link = "blue" - - ## document.colors.vlink - # Default visited link color. - set document.colors.vlink = "yellow" - - ## document.colors.image - # Default image link color. - set document.colors.image = "darkolivegreen" - - ## document.colors.bookmark - # Default bookmarked link color. - set document.colors.bookmark = "hotpink" - - ## document.colors.dirs - # Default directory color. - # See document.browse.links.color_dirs option. - set document.colors.dirs = "yellow" - - ## document.colors.increase_contrast [0|1] - # Increase the contrast between the foreground and background colors - # to ensure readability. For example it disallows dark colors on a - # black background. Note, this is different from ensuring the contrast - # with the ensure_contrast option. - set document.colors.increase_contrast = 1 - - ## document.colors.ensure_contrast [0|1] - # Makes sure that the back- and foreground color are never equal. - set document.colors.ensure_contrast = 1 - - ## document.colors.use_document_colors - # Use colors specified in document: - # 0 is use always the default settings - # 1 is use document colors if available, except background - # 2 is use document colors, including background. This can - # mostly look very impressive, but some sites will appear - # really ugly. Note, that obviously if the background is - # not black, it will break the behaviour of transparency. - set document.colors.use_document_colors = 2 - - - ## document.css - # Options concerning how to use CSS for styling documents. - - ## document.css.enable [0|1] - # Enable adding of CSS style info to documents. - set document.css.enable = 1 - - ## document.css.import [0|1] - # When enabled any external style sheets that are imported from - # either CSS itself using the @import keyword or from the HTML using - # tags in the document header will also be downloaded. - set document.css.import = 1 - - ## document.css.stylesheet - # The path to the file containing the default user defined - # Cascading Style Sheet. It can be used to control the basic - # layout of HTML documents. The path is assumed to be relative - # to ELinks' home directory. - # Leave as "" to use built-in document styling. - set document.css.stylesheet = "" - - - ## document.download - # Options regarding files downloading and handling. - - ## document.download.directory - # Default download directory. - set document.download.directory = "./" - - ## document.download.set_original_time [0|1] - # Set the timestamp of each downloaded file to the timestamp - # stored on the server. - set document.download.set_original_time = 0 - - ## document.download.overwrite - # Prevent overwriting the local files: - # 0 is files will silently be overwritten - # 1 is add a suffix .{number} (for example '.1') to the name - # 2 is ask the user - set document.download.overwrite = 2 - - ## document.download.notify_bell - # Audio notification when download is completed: - # 0 is never - # 1 is when background notification is active - # 2 is always - set document.download.notify_bell = 0 - - - ## document.dump - # Dump output options. - - ## document.dump.codepage - # Codepage used in dump output. 'System' stands for - # a codepage determined by a selected locale. - set document.dump.codepage = "System" - - ## document.dump.color_mode - # Color mode for dumps. - # Some modes may have been disabled at compile time. The Setup -> Terminal - # options dialog lists the modes supported by this executable. If you - # select an unsupported mode, ELinks uses 16 colors. - # The color modes are: - # -1 is standard dump mode - # 0 is mono mode - # 1 is 16 color mode - # 2 is 88 color mode - # 3 is 256 color mode - # 4 is true color mode - set document.dump.color_mode = -1 - - ## document.dump.footer - # Footer string used in dumps. %u is substituted by URL. - set document.dump.footer = "" - - ## document.dump.header - # Header string used in dumps. %u is substituted by URL. - set document.dump.header = "" - - ## document.dump.numbering [0|1] - # Whether to print link numbers in dump output. - set document.dump.numbering = 1 - - ## document.dump.references [0|1] - # Whether to print references (URIs) of document links - # in dump output. - set document.dump.references = 1 - - ## document.dump.separator - # String which separates two dumps. - set document.dump.separator = " - -" - - ## document.dump.width - # Width of screen in characters when dumping documents. - set document.dump.width = 80 - - - ## document.history - # History options. - - ## document.history.global - # Global history options. - - ## document.history.global.enable [0|1] - # Enable global history ("history of all pages visited"). - set document.history.global.enable = 1 - - ## document.history.global.max_items - # Maximum number of entries in the global history. - set document.history.global.max_items = 1k - - ## document.history.global.display_type - # What to display in global history dialog: - # 0 is URLs - # 1 is page titles - set document.history.global.display_type = 0 - - - ## document.history.keep_unhistory [0|1] - # Keep unhistory ("forward history"). - set document.history.keep_unhistory = 1 - - - ## document.html - # Options concerning the display of HTML pages. - - ## document.html.display_frames [0|1] - # Display frames. - set document.html.display_frames = 1 - - ## document.html.display_tables [0|1] - # Display tables. - set document.html.display_tables = 1 - - ## document.html.display_subs [0|1] - # Display subscripts (as [thing]). - set document.html.display_subs = 1 - - ## document.html.display_sups [0|1] - # Display superscripts (as ^thing). - set document.html.display_sups = 1 - - ## document.html.link_display - # How to render tags from the HTML header: - # 0 is nothing - # 1 is title - # 2 is name in addition - # 3 is hreflang in addition - # 4 is type in addition - # 5 is everything - set document.html.link_display = 2 - - ## document.html.underline_links [0|1] - # Underline links. - set document.html.underline_links = 0 - - ## document.html.wrap_nbsp [0|1] - # If set do not honour non breaking space (the nbsp entity) - # but allow to wrap the text. This can help keeping the width - # of documents down so no horizontal scrolling is needed. - set document.html.wrap_nbsp = 0 - - - ## document.plain - # Options concerning the display of plain text pages. - - ## document.plain.display_links [0|1] - # Display URIs in the document as links. - set document.plain.display_links = 0 - - ## document.plain.compress_empty_lines [0|1] - # Compress successive empty lines to only one in displayed text. - set document.plain.compress_empty_lines = 0 - - - ## document.uri_passing - # Rules for passing URIs to external commands. When one rule - # is defined the link and tab menu will have a menu item that - # makes it possible to pass the the link, frame or tab URI to - # an external command. If several rules are defined the link and - # tab menu will have a submenu of items for each rule. Note, this - # is mostly useful for launching graphical viewers, since there - # is no support for releasing the terminal while the command runs. - # The action and submenus are also available by binding keys to - # the frame-external-command, the link-external-command, and - # the tab-external-command actions. - - - -## ecmascript -# ECMAScript options. - - ## ecmascript.enable [0|1] - # Whether to run those scripts inside of documents. - set ecmascript.enable = 0 - - ## ecmascript.error_reporting [0|1] - # Open a message box when a script reports an error. - set ecmascript.error_reporting = 0 - - ## ecmascript.ignore_noscript [0|1] - # Whether to ignore content enclosed by the