Basically, I want to allow webgl on this regex: /^https:\/\/www\.google\.com\/maps\/.+/
Here's my current exported conf:
Code: Select all
"custom": {
"https://www.google.com/maps/": {
"capabilities": ["script", "webgl", "fetch"]
}
}
I could put §:www.google.com but I'm not a fan of allowing everything under the google domain...