prox-config-sidki_2019-01-26b1
|
Feb. 27, 2022, 02:39 AM
Post: #98
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Feb. 26, 2022 08:41 PM)ProxRocks Wrote: Is there an easy header filter to block any-and-all incoming fonts? Not easy to block them all and block the connection. With header filters you probably target the file extensions of the requests and then the content-type of the response. Pick one. They do the same thing. Neither will catch all unless you are willing to accept collateral damage. For the sidki set only as these both depend on uExt variable. Code: [HTTP headers] For the missed requests, a filter to target the content type of the response. This isn't difficult but needs some research to find all the mime types and create the matching routine. Code: [HTTP headers] You could just add a bunch of 'OR' statements, "|font2|font3|etc...", as you find more. (Feb. 26, 2022 08:41 PM)ProxRocks Wrote: Or perhaps only third-party fonts fetched from domains different from the current URL? Perhaps the routine in Code: [HTTP headers] but some files may just look like 'third' party. |
|||
« Next Oldest | Next Newest »
|