salcho commented on pull request #439:
URL: https://github.com/apache/wicket/pull/439#issuecomment-666985197


   Hi Sven, 
   
   Thanks for your review! While this moves away from the original proposal 
(see the conversation on WICKET-6786), I agree that having multiple Resource 
Isolation Policies is a better pattern. We'll push a commit soon!
   
   On the point of the whitelist not being checked against sec-fetch-site: that 
is by design, because Fetch Metadata header values are enums rather than 
origins, so the site in sec-fetch-site doesn't actually carry an origin but 
rather whether the request is same-origin, same-site or navigational. This is a 
little confusing, because Wicket implements a whitelist of **origins** and it's 
not always possible to get those origins, so this is a best-effort method.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to