Rick劉
Rick劉
For DHCPv6, just limiting the dest addr to a LLA is sufficient to ensure security and compatibility.
firewall3 is complete (https://github.com/openwrt/openwrt/commit/4ad22d03429d45f9f5769af58c4521b3ff26815a) now only firewall4 needs to be merged.
@jow- @nbd168 PTAL
```` linux@debian:~/csstidy-cpp$ ./csstidy cascade.old.css --template=highest --remove_last_semicolon=true cascade.css Selectors: 398 | Properties: 1232 Input size: 53.036KiB Output size: 43.104KiB Compression ratio: 18.73% ----------------------------------- 18: Invalid property in CSS3.0: --background-color-delta-l-sign 19: Invalid...
There is another issue. After 788e47034becc7806485b40dbef9774a14f8ea9d, without preserve_css, cascade.css after tidy will become like this: Network has been reduced a lot. With --preserve_css=true, cascade.css after tidy is the same as...
@systemcrash Do you have any thoughts on this issue?