netsurf/content
Michael Drake 4cb38c4704 css: Add option to ignore author level CSS
This adds a new config option, `author_level_css`.

When it is disabled, NetSurf will ignore all CSS from the web
page. In this case only the default CSS rules from the browser
and user CSS rules will be applied. It is enabled by default.

Tested by running:

    ./nsgtk3 --author_level_css=0
2023-11-25 20:02:23 +00:00
..
fetchers Avoid integer types with platform dependent size 2023-06-17 10:29:39 +01:00
handlers css: Add option to ignore author level CSS 2023-11-25 20:02:23 +00:00
backing_store.h fix spelling of retrived 2016-11-21 00:07:13 +00:00
content_debug.h reduce content header interdependancy 2016-04-18 23:04:16 +01:00
content_factory.c make content close check the content status itself 2019-07-10 16:42:52 +01:00
content_factory.h improve content header usage 2020-05-07 20:55:44 +01:00
content_protected.h remove unesessary header use in protected content 2020-06-25 12:33:52 +01:00
content.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
content.h improve desktop text search header usage 2020-06-24 23:49:59 +01:00
fetch.c hoist the Referer header generation logic up to the low level cache 2021-03-25 23:36:41 +00:00
fetch.h hoist the Referer header generation logic up to the low level cache 2021-03-25 23:36:41 +00:00
fetchers.h Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better 2016-06-27 21:09:39 +01:00
fs_backing_store.c content: backing store: Remove unused typedef. 2023-06-17 11:21:02 +01:00
hlcache.c Clean up print format specifier usage 2023-06-17 11:20:09 +01:00
hlcache.h make content close check the content status itself 2019-07-10 16:42:52 +01:00
llcache.c Clean up print format specifier usage 2023-06-17 11:20:09 +01:00
llcache.h llcache: Rework fs_backing_store to use hashmap 2020-02-23 20:59:40 +00:00
Makefile move the file fetcher sources into a single directory 2020-07-03 18:07:21 +01:00
mimesniff.c mimimal mime sniffing test 2017-03-20 00:48:11 +00:00
mimesniff.h reduce hlcache handle api usage in mimesniff 2017-03-19 22:29:23 +00:00
no_backing_store.c remove constness from backing stores store method 2014-11-23 01:37:24 +00:00
textsearch.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
textsearch.h improve desktop text search header usage 2020-06-24 23:49:59 +01:00
urldb.c urldb: Handle snprintf error 2022-10-23 17:22:56 +01:00
urldb.h API: Don't expose urldb_{g|s}et_auth_details to frontends. 2018-08-15 07:29:58 +01:00