'How to blacklist pages when using flask-sitemaps
I am currently using the flask-sitemap module to generate a sitemap for my website, which works. The problem I am having is that I cannot figure out how to blacklist certain pages. There is an app.config setting called SITEMAP_IGNORE_ENDPOINTS but I have tried passing all different forms of URL's to it like https://example.com/page, /page and page but none of them works.
Does anyone have any idea as to what to pass to it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
