As a simple example, load https://www.nytimes.com/ with all domains under default settings. Despite nytimes.com showing as Temporarily allow (CUSTOM), dynamic content does not load (usually visible on the right-hand side of the page, and for any carousels). Reload the page, and the dynamic content loads as expected.
Looking at the debug data, I also see that the page is handled with custom permissions -
Code: Select all
"sites": {
…
"custom": {
"§:nytimes.com": {
"capabilities": [
"frame",
"fetch",
"noscript",
"other"
],
"contextual": {
"§:nytimes.com": {
"capabilities": [
"script",
"object",
"media",
"frame",
"font",
"webgl",
"fetch",
"ping",
"noscript",
"lazy_load",
"unchecked_css",
"lan",
"other"
],
"temp": true
}
},
"temp": true
}
},
"temp": []
}
Code: Select all
"sites": {
…
"custom": {},
"temp": [
"§:nytimes.com"
]
}